summary refs log tree commit diff
path: root/docs/postgres.md
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-03-23 13:54:29 +0000
committerRichard van der Hoff <richard@matrix.org>2020-03-23 13:54:29 +0000
commit5126cb1253d89ba196fcc828319bf195c866588a (patch)
tree3810df923cfe63ddc569f583a32867e75f7279a7 /docs/postgres.md
parentFix processing of `groups` stream, and use symbolic names for streams (#7117) (diff)
parentMerge tag 'v1.12.0' (diff)
downloadsynapse-5126cb1253d89ba196fcc828319bf195c866588a.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'docs/postgres.md')
-rw-r--r--docs/postgres.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/postgres.md b/docs/postgres.md
index 16a630c3d1..04aa746051 100644
--- a/docs/postgres.md
+++ b/docs/postgres.md
@@ -72,8 +72,7 @@ underneath the database, or if a different version of the locale is used on any
 replicas.
 
 The safest way to fix the issue is to take a dump and recreate the database with
-the correct `COLLATE` and `CTYPE` parameters (as per
-[docs/postgres.md](docs/postgres.md)). It is also possible to change the
+the correct `COLLATE` and `CTYPE` parameters (as shown above). It is also possible to change the
 parameters on a live database and run a `REINDEX` on the entire database,
 however extreme care must be taken to avoid database corruption.