From: Frédéric Buclin Date: Thu, 16 Jul 2015 14:38:07 +0000 (+0200) Subject: Fix the documentation about newer PostgreSQL requirements, see bug 1152862 X-Git-Tag: release-5.1.1~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=300331b456392d054f6a85a98aa6a5c56bc37f9b;p=thirdparty%2Fbugzilla.git Fix the documentation about newer PostgreSQL requirements, see bug 1152862 --- diff --git a/docs/en/rst/installing/postgresql.rst b/docs/en/rst/installing/postgresql.rst index 1d0ec1d496..8e8c4a08bb 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.