doc: Remove LC_COLLATE and LC_CTYPE from SHOW command

Pierre Giraud <pierre.giraud@dalibo.com>

From: Pierre Giraud <pierre.giraud@dalibo.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2024-12-04T08:53:14Z
Lists: pgsql-hackers

Attachments

Hi,

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.

Thanks,
Pierre

[1] 
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=b0f6c437160db640d4ea3e49398ebc3ba39d1982

Commits

  1. doc: remove LC_COLLATE and LC_CTYPE from SHOW command

  2. Remove read-only server settings lc_collate and lc_ctype