Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitec235d8

Browse files
committed
doc: Fix description of deterministic flag of CREATE COLLATION
The documentation said that you need to pick a suitable LC_COLLATEsetting in addition to setting the DETERMINISTIC flag. This wouldhave been correct if the libc provider supported nondeterministiccollations, but since it doesn't, you actually need to set the LOCALEoption.Reviewed-by: Kashif Zeeshan <kashi.zeeshan@gmail.com>Discussion:https://www.postgresql.org/message-id/flat/a71023c2-0ae0-45ad-9688-cf3b93d0d65b%40eisentraut.org
1 parent0e66ed1 commitec235d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ref/create_collation.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ CREATE COLLATION [ IF NOT EXISTS ] <replaceable>name</replaceable> FROM <replace
149149
logically equal by the comparison. PostgreSQL breaks ties using a
150150
byte-wise comparison. Comparison that is not deterministic can make the
151151
collation be, say, case- or accent-insensitive. For that, you need to
152-
choose an appropriate <literal>LC_COLLATE</literal> setting
152+
choose an appropriate <literal>LOCALE</literal> setting
153153
<emphasis>and</emphasis> set the collation to not deterministic here.
154154
</para>
155155

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp