]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix the documentation about newer PostgreSQL requirements, see bug 1152862
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 16 Jul 2015 14:38:07 +0000 (16:38 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 16 Jul 2015 14:38:07 +0000 (16:38 +0200)
docs/en/rst/installing/postgresql.rst

index 1d0ec1d49641eef26e1bc6d04179736c843e27f0..8e8c4a08bb31ea0df1a2bdb531cb31bb4d0c1500 100644 (file)
@@ -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.