Skip to content

Commit c140c0f

Browse files
committed
doc: remove LC_COLLATE and LC_CTYPE from SHOW command
The corresponding read-only server settings have been removed since in PG16. See commit b0f6c43. Author: Pierre Giraud <pierre.giraud@dalibo.com> Discussion: https://www.postgresql.org/message-id/flat/a75a2fb0-f4b3-4c0c-be3d-7a62d266d760%40dalibo.com
1 parent 83ce20d commit c140c0f

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

doc/src/sgml/ref/show.sgml

-24
Original file line numberDiff line numberDiff line change
@@ -77,30 +77,6 @@ SHOW ALL
7777
</listitem>
7878
</varlistentry>
7979

80-
<varlistentry>
81-
<term><literal>LC_COLLATE</literal></term>
82-
<listitem>
83-
<para>
84-
Shows the database's locale setting for collation (text
85-
ordering). At present, this parameter can be shown but not
86-
set, because the setting is determined at database creation
87-
time.
88-
</para>
89-
</listitem>
90-
</varlistentry>
91-
92-
<varlistentry>
93-
<term><literal>LC_CTYPE</literal></term>
94-
<listitem>
95-
<para>
96-
Shows the database's locale setting for character
97-
classification. At present, this parameter can be shown but
98-
not set, because the setting is determined at database creation
99-
time.
100-
</para>
101-
</listitem>
102-
</varlistentry>
103-
10480
<varlistentry>
10581
<term><literal>IS_SUPERUSER</literal></term>
10682
<listitem>

0 commit comments

Comments
 (0)