File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1050,8 +1050,13 @@ SELECT name FROM distributors ORDER BY code;
10501050 </para>
10511051
10521052 <para>
1053- Character-string data is sorted according to the locale-specific
1054- collation order that was established when the database was created.
1053+ Character-string data is sorted according to the collation that applies
1054+ to the column being sorted. That can be overridden at need by including
1055+ a <literal>COLLATE</> clause in the
1056+ <replaceable class="parameter">expression</replaceable>, for example
1057+ <literal>ORDER BY mycolumn COLLATE "en_US"</>.
1058+ For more information see <xref linkend="sql-syntax-collate-exprs"> and
1059+ <xref linkend="collation">.
10551060 </para>
10561061 </refsect2>
10571062
You can’t perform that action at this time.
0 commit comments