Skip to content

Commit

Permalink
Fix documentation of supported PostgreSQL version (matrix-org#11725)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hasler <[email protected]>
  • Loading branch information
haslersn authored and David Robertson committed Jan 12, 2022
1 parent 7fe7c45 commit 2185b28
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 2185b28

Please sign in to comment.