diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-03-17 18:08:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-17 18:08:43 +0000 |
commit | 4ce50519cdfe482ef5833488295f0235ad9fe0a9 (patch) | |
tree | f6e100674ce87c4c7db24803ac34dcbebde5fc34 /docs | |
parent | Update debian changelog (diff) | |
download | synapse-4ce50519cdfe482ef5833488295f0235ad9fe0a9.tar.xz |
Update postgres.md
fix broken link
Diffstat (limited to 'docs')
-rw-r--r-- | docs/postgres.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/postgres.md b/docs/postgres.md index e0793ecee8..ca7ef1cf3a 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. |