Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix documentation of supported PostgreSQL version (#11725)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hasler <sebastian.hasler@stuvus.uni-stuttgart.de>
  • Loading branch information
haslersn committed Jan 12, 2022
1 parent d41c465 commit 99ba5ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/11725.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document that now the minimum supported PostgreSQL version is 10.
2 changes: 1 addition & 1 deletion docs/postgres.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 99ba5ae

Please sign in to comment.