Fix documentation of supported PostgreSQL version (#11725)

Signed-off-by: Sebastian Hasler <sebastian.hasler@stuvus.uni-stuttgart.de>
pull/11735/head
haslersn 2022-01-12 15:43:48 +01:00 committed by GitHub
parent d41c4654db
commit 99ba5ae7b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/11725.doc Normal file
View File

@ -0,0 +1 @@
Document that now the minimum supported PostgreSQL version is 10.

View File

@ -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