diff options
author | Erik Johnston <erikj@jki.re> | 2017-09-01 15:28:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-01 15:28:42 +0100 |
commit | c0c31656ff379c0a2ec54e6af450f12bb2f6c2fb (patch) | |
tree | eb46264ce63be9f76e58c8bcd777c50edc8ee65e | |
parent | Set --python when running sytest (diff) | |
parent | Document known to work postgres version (diff) | |
download | synapse-c0c31656ff379c0a2ec54e6af450f12bb2f6c2fb.tar.xz |
Merge pull request #2433 from ptman/patch-1
Document known to work postgres version
-rw-r--r-- | docs/postgres.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/postgres.rst b/docs/postgres.rst index b592801e93..904942ec74 100644 --- a/docs/postgres.rst +++ b/docs/postgres.rst @@ -1,6 +1,8 @@ Using Postgres -------------- +Postgres version 9.4 or later is known to work. + Set up database =============== |