| From: | Pierre Giraud <pierre(dot)giraud(at)dalibo(dot)com> |
|---|---|
| To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | doc: Remove LC_COLLATE and LC_CTYPE from SHOW command |
| Date: | 2024-12-04 08:53:14 |
| Message-ID: | a75a2fb0-f4b3-4c0c-be3d-7a62d266d760@dalibo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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
| Attachment | Content-Type | Size |
|---|---|---|
| v1-0001-doc-remove-LC_COLLATE-and-LC_CTYPE-from-SHOW-comm.patch | text/x-patch | 1.6 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Nisha Moond | 2024-12-04 09:30:52 | Re: Introduce XID age and inactive timeout based replication slot invalidation |
| Previous Message | Daniil Davydov | 2024-12-04 08:13:14 | Improve DDL related functionality in table AM |