diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-05-14 09:21:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 09:21:00 +0100 |
commit | 976216959b3a216a3403b953338f92852c45645c (patch) | |
tree | bf073f599eb94747825bf0e41ae64bcf384d95d5 /docs | |
parent | Update SSO mapping providers documentation about unique IDs. (#9980) (diff) | |
download | synapse-976216959b3a216a3403b953338f92852c45645c.tar.xz |
Update minimum supported version in postgres.md (#9988)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/postgres.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/postgres.md b/docs/postgres.md index 680685d04e..b99fad8a6e 100644 --- a/docs/postgres.md +++ b/docs/postgres.md @@ -1,6 +1,6 @@ # Using Postgres -Postgres version 9.5 or later is known to work. +Synapse supports PostgreSQL versions 9.6 or later. ## Install postgres client libraries |