Fix documentation of supported PostgreSQL version (#11725)
Signed-off-by: Sebastian Hasler <sebastian.hasler@stuvus.uni-stuttgart.de>pull/11735/head
parent
d41c4654db
commit
99ba5ae7b7
|
@ -0,0 +1 @@
|
||||||
|
Document that now the minimum supported PostgreSQL version is 10.
|
|
@ -1,6 +1,6 @@
|
||||||
# Using Postgres
|
# Using Postgres
|
||||||
|
|
||||||
Synapse supports PostgreSQL versions 9.6 or later.
|
Synapse supports PostgreSQL versions 10 or later.
|
||||||
|
|
||||||
## Install postgres client libraries
|
## Install postgres client libraries
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue