Re: doc: Remove LC_COLLATE and LC_CTYPE from SHOW command
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Pierre Giraud <pierre.giraud@dalibo.com>,
pgsql-hackers@lists.postgresql.org
Date: 2024-12-07T12:07:02Z
Lists: pgsql-hackers
On 04.12.24 09:53, Pierre Giraud wrote: > Since version 16, the read-only server settings lc_collate and lc_ctype > have been removed [1]. Unfortunately, the documentation has been updated > only partially. > > Attached is a patch to also update the page for the "SHOW" SQL command > and remove the corresponding "LC_COLLATE" and "LC_CTYPE" parameters. I > successfully built the doc in HTML locally. > > This patch has been created against the current master branch but it > should equally be applied to REL_16_STABLE and REL_17_STABLE. Committed. Thanks for checking and for providing a well-formed patch.
Commits
-
doc: remove LC_COLLATE and LC_CTYPE from SHOW command
- ad485171c703 16.7 landed
- c140c0ffb75b 17.3 landed
- 263a3f5f7f50 18.0 landed
-
Remove read-only server settings lc_collate and lc_ctype
- b0f6c437160d 16.0 cited