diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-12-06 09:36:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-06 14:36:04 +0000 |
commit | 66d47b44cd70ea597cb11250c40a2339af135c1f (patch) | |
tree | c751cf5442e56f17ea040481476032b2bac21461 /docs | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-66d47b44cd70ea597cb11250c40a2339af135c1f.tar.xz |
docs: Replace old note about Postgres 10+ being required with link to our deprecation policy (#14590)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/postgres.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/postgres.md b/docs/postgres.md index f2519f6b0a..46b4603fe5 100644 --- a/docs/postgres.md +++ b/docs/postgres.md @@ -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 |