diff options
author | haslersn <sebastian.hasler@gmx.net> | 2022-01-12 15:43:48 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-01-12 14:45:13 +0000 |
commit | 2185b2818487f78861c80dce2eaaaa26a1993dd3 (patch) | |
tree | 02225b37b83e308f79d69d73d5441fb28f791fa2 | |
parent | Move changelog entry for drop of support to 'Deprecations and Removals' (diff) | |
download | synapse-2185b2818487f78861c80dce2eaaaa26a1993dd3.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.doc | 1 | ||||
-rw-r--r-- | docs/postgres.md | 2 |
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 |