Re: JSONPATH documentation
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Tom Lane <tgl@sss.pgh.pa.us>,
Alexander Korotkov <a.korotkov@postgrespro.ru>
Cc: Jeff Janes <jeff.janes@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-09-24T21:08:25Z
Lists: pgsql-hackers
On 2019-09-23 00:03, Tom Lane wrote: > While we're whining about this, I find it very off-putting that > the jsonpath stuff was inserted in the JSON functions section > ahead of the actual JSON functions. I think it should have > gone after them, because it feels like a barely-related interjection > as it stands. Maybe there's even a case that it should be > its own <sect1>, after the "functions-json" section. I'd just switch the sect2's around. That would be similar to how the documentation of regular expressions is laid out: functions first, then details of the contained mini-language. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
doc: Update a confusing sentence about SQL/JSON
- a4a5c0cf9cec 13.0 landed
- baca53d3dca7 12.0 landed
-
doc: Reorder JSON functions documentation
- a083657896c7 13.0 landed
- 66e0ea75bb9d 12.0 landed