JSON function docs page broken in HEAD

Started by Thom Brownalmost 6 years ago3 messagesdocs
Jump to latest
#1Thom Brown
thom@linux.com

Hi,

I noticed that the tables on JSON functions and operators page in
devel aren't rendering correctly.

https://www.postgresql.org/docs/devel/functions-json.html#FUNCTIONS-JSON-PROCESSING

--
Thom

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thom Brown (#1)
Re: JSON function docs page broken in HEAD

Thom Brown <thom@linux.com> writes:

I noticed that the tables on JSON functions and operators page in
devel aren't rendering correctly.

What do you think isn't correct? We're in process of changing the
design for function/operator tables, so it's certainly *different*
from the way it's looked in the past, but I don't immediately see
anything there that's not per the new design.

regards, tom lane

#3Thom Brown
thom@linux.com
In reply to: Tom Lane (#2)
Re: JSON function docs page broken in HEAD

On Wed, 6 May 2020 at 18:10, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Thom Brown <thom@linux.com> writes:

I noticed that the tables on JSON functions and operators page in
devel aren't rendering correctly.

What do you think isn't correct? We're in process of changing the
design for function/operator tables, so it's certainly *different*
from the way it's looked in the past, but I don't immediately see
anything there that's not per the new design.

My mistake. It looked like there may have been missing table cell
tags causing fields to collapse, but I can see the new layout is
designed for long examples.

Apologies for the noise.
--
Thom