Обсуждение: JSON function docs page broken in HEAD
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
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
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