summary refs log tree commit diff
diff options
context:
space:
mode:
authorhaslersn <sebastian.hasler@gmx.net>2022-01-12 15:43:48 +0100
committerGitHub <noreply@github.com>2022-01-12 14:43:48 +0000
commit99ba5ae7b73b74e27c17f68f5998fee985a969b2 (patch)
tree8d1341356d0036d1adf92479578bc9a47b257700
parentUse buildkit's cache feature to speed up docker builds (#11691) (diff)
downloadsynapse-99ba5ae7b73b74e27c17f68f5998fee985a969b2.tar.xz
Fix documentation of supported PostgreSQL version (#11725)
Signed-off-by: Sebastian Hasler <sebastian.hasler@stuvus.uni-stuttgart.de>
-rw-r--r--changelog.d/11725.doc1
-rw-r--r--docs/postgres.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/11725.doc b/changelog.d/11725.doc
new file mode 100644

index 0000000000..46eb9b814f --- /dev/null +++ b/changelog.d/11725.doc
@@ -0,0 +1 @@ +Document that now the minimum supported PostgreSQL version is 10. 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