summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_database.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-08-23 11:23:42 +0200
committerPeter Eisentraut <peter@eisentraut.org>2023-08-23 11:23:42 +0200
commit17ec2c5dfa8dc6fee3df749d214238d34ee681c9 (patch)
treee9824a11f807a19b8353d755fb61c0d6418f2bed /doc/src/sgml/ref/create_database.sgml
parent27a36f79b6d15cb2b267d16084007aa9d6917aec (diff)
doc: Add more ICU rules examples
In particular, add an example EBCDIC collation. Author: Daniel Verite <daniel@manitou-mail.org> Discussion: https://www.postgresql.org/message-id/flat/35cc1684-e516-4a01-a256-351632d47066@manitou-mail.org
Diffstat (limited to 'doc/src/sgml/ref/create_database.sgml')
-rw-r--r--doc/src/sgml/ref/create_database.sgml4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml
index b2c8aef1ad2..ce7317f81ba 100644
--- a/doc/src/sgml/ref/create_database.sgml
+++ b/doc/src/sgml/ref/create_database.sgml
@@ -232,9 +232,7 @@ CREATE DATABASE <replaceable class="parameter">name</replaceable>
<para>
Specifies additional collation rules to customize the behavior of the
default collation of this database. This is supported for ICU only.
- See <ulink
- url="https://unicode-org.github.io/icu/userguide/collation/customization/"/>
- for details on the syntax.
+ See <xref linkend="icu-tailoring-rules"/> for details.
</para>
</listitem>
</varlistentry>