docs: Replace old note about Postgres 10+ being required with link to our deprecation policy (#14590)
This commit is contained in:
parent
bb9f156978
commit
66d47b44cd
|
@ -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).
|
|
@ -1,6 +1,7 @@
|
||||||
# Using Postgres
|
# 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
|
## Install postgres client libraries
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue