summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-07-16 16:38:07 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-07-16 16:38:07 +0200
commit300331b456392d054f6a85a98aa6a5c56bc37f9b (patch)
treebe5439a60eb5260eca699ebc029d48b8d54bbc92
parent209dcb019a084455c434228812d77518c25fbb03 (diff)
downloadbugzilla-300331b456392d054f6a85a98aa6a5c56bc37f9b.tar.gz
bugzilla-300331b456392d054f6a85a98aa6a5c56bc37f9b.tar.xz
Fix the documentation about newer PostgreSQL requirements, see bug 1152862
-rw-r--r--docs/en/rst/installing/postgresql.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/rst/installing/postgresql.rst b/docs/en/rst/installing/postgresql.rst
index 1d0ec1d49..8e8c4a08b 100644
--- a/docs/en/rst/installing/postgresql.rst
+++ b/docs/en/rst/installing/postgresql.rst
@@ -7,7 +7,7 @@ Test which version of PostgreSQL you have installed with:
:command:`psql -V`
-You need PostgreSQL version 8.03.0000 or higher.
+You need PostgreSQL version 9.0 or higher.
If you install PostgreSQL manually rather than from a package, make sure the
server is started when the machine boots.