Re: JSON function docs page broken in HEAD

2020-05-06 Thread Thom Brown
On Wed, 6 May 2020 at 18:10, Tom Lane wrote: > > Thom Brown 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 cer

Re: JSON function docs page broken in HEAD

2020-05-06 Thread Tom Lane
Thom Brown 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, bu

JSON function docs page broken in HEAD

2020-05-06 Thread Thom Brown
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