Re: fix old confusing JSON example

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Erik Rijkers <er(at)xs4all(dot)nl>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: fix old confusing JSON example
Date: 2021-04-20 19:44:28
Message-ID: 20210420194428.GQ7256@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-docs pgsql-hackers

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?
>
> To be clear, I am talking about the lines below:
> 'GIN index supports @@ and @? operators'
>
> on pages
> https://www.postgresql.org/docs/13/datatype-json.html
> https://www.postgresql.org/docs/12/datatype-json.html
>
> where the change that was pushed was to correct the second example from @@ to @?

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.

--
Justin

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-04-20 21:02:08 pgsql: Improve WAL record descriptions for SP-GiST records.
Previous Message Erik Rijkers 2021-04-20 19:07:52 Re: fix old confusing JSON example

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2021-04-20 21:08:29 Re: fix old confusing JSON example
Previous Message Erik Rijkers 2021-04-20 19:07:52 Re: fix old confusing JSON example

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2021-04-20 19:45:19 Re: ML-based indexing ("The Case for Learned Index Structures", a paper from Google)
Previous Message Daniel Carter 2021-04-20 19:44:23 Re: PATCH: Add GSSAPI ccache_name option to libpq