Re: fix old confusing JSON example
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: Erik Rijkers <er@xs4all.nl>, Michael Paquier <michael@paquier.xyz>,
pgsql-hackers@lists.postgresql.org
Date: 2021-04-20T21:08:29Z
Lists: pgsql-hackers, pgsql-docs
Justin Pryzby <pryzby@telsasoft.com> writes: > On Tue, Apr 20, 2021 at 09:07:52PM +0200, Erik Rijkers wrote: >> I just happened to use the website-documentation and noticed that there the change is not done: it still has the erroneous line, in the docs of 13 (current), and 12; the docs of 14devel are apparently updated. >> >> That makes me wonder: is there a regular html-docs-update (dayly? weekly?) of doc-bugs of this kind in the website-docs of current and earlier releases? > Looking at the doc "HOME", it says: > https://www.postgresql.org/docs/13/index.html > | PostgreSQL 13.2 Documentation > So this seems to be updated for minor releases. Yeah. The website's copy of the devel version of the docs is refreshed quickly (within a few hours of commit, usually) but released branches are only updated when there's a release. regards, tom lane
Commits
-
doc: Fix typo in example query of SQL/JSON
- 26cf32455c50 12.7 landed
- 0e8acd39ecdf 13.3 landed
- 254a2164e5b2 14.0 landed