summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2021-05-14 09:21:00 +0100
committerGitHub <noreply@github.com>2021-05-14 09:21:00 +0100
commit976216959b3a216a3403b953338f92852c45645c (patch)
treebf073f599eb94747825bf0e41ae64bcf384d95d5
parentUpdate SSO mapping providers documentation about unique IDs. (#9980) (diff)
downloadsynapse-976216959b3a216a3403b953338f92852c45645c.tar.xz
Update minimum supported version in postgres.md (#9988)
-rw-r--r--changelog.d/9988.doc1
-rw-r--r--docs/postgres.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/9988.doc b/changelog.d/9988.doc
new file mode 100644
index 0000000000..87cda376a6
--- /dev/null
+++ b/changelog.d/9988.doc
@@ -0,0 +1 @@
+Fix outdated minimum PostgreSQL version in postgres.md.
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