docs: Replace old note about Postgres 10+ being required with link to our deprecation policy (#14590)

This commit is contained in:
Andrew Morgan 2022-12-06 09:36:04 -05:00 committed by GitHub
parent bb9f156978
commit 66d47b44cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

1
changelog.d/14590.doc Normal file
View File

@ -0,0 +1 @@
Remove old, incorrect minimum postgres version note and replace with a link to the [Dependency Deprecation Policy](https://matrix-org.github.io/synapse/v1.73/deprecation_policy.html).

View File

@ -1,6 +1,7 @@
# Using Postgres
Synapse supports PostgreSQL versions 10 or later.
The minimum supported version of PostgreSQL is determined by the [Dependency
Deprecation Policy](deprecation_policy.md).
## Install postgres client libraries