diff --git a/docs/ref/contrib/postgres/operations.txt b/docs/ref/contrib/postgres/operations.txt index 8928e4e0e28..1c4cd562d19 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, ), ..., ]