diff options
author | haslersn <sebastian.hasler@gmx.net> | 2022-01-12 15:43:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 14:43:48 +0000 |
commit | 99ba5ae7b73b74e27c17f68f5998fee985a969b2 (patch) | |
tree | 8d1341356d0036d1adf92479578bc9a47b257700 /docs | |
parent | Use buildkit's cache feature to speed up docker builds (#11691) (diff) | |
download | synapse-99ba5ae7b73b74e27c17f68f5998fee985a969b2.tar.xz |
Fix documentation of supported PostgreSQL version (#11725)
Signed-off-by: Sebastian Hasler <sebastian.hasler@stuvus.uni-stuttgart.de>
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 e4861c1f12..0562021da5 100644 --- a/docs/postgres.md +++ b/docs/postgres.md @@ -1,6 +1,6 @@ # Using Postgres -Synapse supports PostgreSQL versions 9.6 or later. +Synapse supports PostgreSQL versions 10 or later. ## Install postgres client libraries |