summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/postgres/operations.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/contrib/postgres/operations.txt b/docs/ref/contrib/postgres/operations.txt
index 8928e4e0e2..1c4cd562d1 100644
--- a/docs/ref/contrib/postgres/operations.txt
+++ b/docs/ref/contrib/postgres/operations.txt
@@ -128,9 +128,10 @@ For example, to create a collation for German phone book ordering::
operations = [
CreateCollation(
- "german_phonebook",
+ "case_insensitive",
provider="icu",
locale="und-u-ks-level2",
+ deterministic=False,
),
...,
]