mirror of
https://github.com/postgres/postgres.git
synced 2025-05-24 00:03:23 -04:00
doc: remove LC_COLLATE and LC_CTYPE from SHOW command
The corresponding read-only server settings have been removed since in PG16. See commit b0f6c437160db6. Author: Pierre Giraud <pierre.giraud@dalibo.com> Discussion: https://www.postgresql.org/message-id/flat/a75a2fb0-f4b3-4c0c-be3d-7a62d266d760%40dalibo.com
This commit is contained in:
parent
83ce20d671
commit
c140c0ffb7
@ -77,30 +77,6 @@ SHOW ALL
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term><literal>LC_COLLATE</literal></term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Shows the database's locale setting for collation (text
|
|
||||||
ordering). At present, this parameter can be shown but not
|
|
||||||
set, because the setting is determined at database creation
|
|
||||||
time.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term><literal>LC_CTYPE</literal></term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Shows the database's locale setting for character
|
|
||||||
classification. At present, this parameter can be shown but
|
|
||||||
not set, because the setting is determined at database creation
|
|
||||||
time.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><literal>IS_SUPERUSER</literal></term>
|
<term><literal>IS_SUPERUSER</literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user