summary refs log tree commit diff
path: root/docs/postgres.rst
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-10 17:52:09 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-10 17:52:09 +0000
commit1114a42739e16b26ff7809e9c7ce54ea6b1ebf40 (patch)
tree0dacd36054bb5a1b60b5a2f39c2b5dbadedb43f0 /docs/postgres.rst
parentMerge pull request #5385 from matrix-org/erikj/reduce_http_exceptions (diff)
parentRemove Postgres 9.4 support (#5448) (diff)
downloadsynapse-1114a42739e16b26ff7809e9c7ce54ea6b1ebf40.tar.xz
Remove Postgres 9.4 support (#5448)
Diffstat (limited to 'docs/postgres.rst')
-rw-r--r--docs/postgres.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/postgres.rst b/docs/postgres.rst

index e81e10403f..33f58e3ace 100644 --- a/docs/postgres.rst +++ b/docs/postgres.rst
@@ -1,7 +1,7 @@ Using Postgres -------------- -Postgres version 9.4 or later is known to work. +Postgres version 9.5 or later is known to work. Install postgres client libraries ================================= @@ -16,7 +16,7 @@ a postgres database. * For other pre-built packages, please consult the documentation from the relevant package. -* If you installed synapse `in a virtualenv +* If you installed synapse `in a virtualenv <../INSTALL.md#installing-from-source>`_, you can install the library with:: ~/synapse/env/bin/pip install matrix-synapse[postgres]