diff --git a/docs/postgres.md b/docs/postgres.md index 6bc390db1b4..4b2ba38275b 100644 --- a/docs/postgres.md +++ b/docs/postgres.md @@ -242,7 +242,7 @@ host all all ::1/128 ident ### Fixing incorrect `COLLATE` or `CTYPE` -Synapse will also refuse to start when using a database with incorrect values of +Synapse will refuse to start when using a database with incorrect values of `COLLATE` and `CTYPE` unless the config flag `allow_unsafe_locale`, found in the `database` section of the config, is set to true. Using different locales can cause issues if the locale library is updated from underneath the database, or