mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
In documentation, change "recommendable" to "recommended", per
consultation with word definitions. Backpatch to 9.2.
This commit is contained in:
@@ -563,7 +563,7 @@ SELECT * FROM test1 ORDER BY a || b COLLATE "fr_FR";
|
||||
<literal>pg_collation</literal> are ignored. Thus, a stripped collation
|
||||
name such as <literal>de_DE</literal> can be considered unique
|
||||
within a given database even though it would not be unique globally.
|
||||
Use of the stripped collation names is recommendable, since it will
|
||||
Use of the stripped collation names is recommended, since it will
|
||||
make one less thing you need to change if you decide to change to
|
||||
another database encoding. Note however that the <literal>default</>,
|
||||
<literal>C</>, and <literal>POSIX</> collations can be used
|
||||
|
Reference in New Issue
Block a user