Re: BUG #18336: Inconsistency in PostgreSQL 16 Documentation for SHOW Command

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>, masano(at)sraoss(dot)co(dot)jp, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18336: Inconsistency in PostgreSQL 16 Documentation for SHOW Command
Date: 2024-02-07 19:53:12
Message-ID: d37f392a885435b8dc9e77d98c7191051d83da5c.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, 2024-02-07 at 08:49 +0100, Peter Eisentraut wrote:
> On 07.02.24 05:01, Laurenz Albe wrote:
> > On Wed, 2024-02-07 at 02:25 +0000, PG Bug reporting form wrote:
> > > In the PostgreSQL 16 release notes, there is an entry stating that the
> > > read-only server variables lc_collate and lc_ctype have been removed.
> > > However, the documentation for the SHOW command on the PostgreSQL official
> > > website (https://www.postgresql.org/docs/current/sql-show.html) still lists
> > > lc_collate and lc_ctype as valid variables.
> >
> > Right; here is a patch for that.
>
> I think the whole list of read-only options on the SHOW reference page
> is redundant and incomplete. A more complete list is at <sect1
> id="runtime-config-preset"> in config.sgml. This includes
> server_version and server_encoding, but not is_superuser. Maybe that's
> an omission? I think we should get rid of the list on the SHOW
> reference page.

That is much better; here is a patch.

Yours,
Laurenz Albe

Attachment Content-Type Size
v2-0001-Doc-Remove-preset-parameters-from-SHOW-reference-.patch text/x-patch 2.8 KB

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrei Lepikhov 2024-02-08 05:52:17 Re: v17 Possible Union All Bug
Previous Message jian he 2024-02-07 15:43:53 Re: BUG #18314: PARALLEL UNSAFE function does not prevent parallel index build