From 4b791711362ead74346d302ba89fd3fa5d80655a Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Thu, 5 Jun 2008 19:56:14 +0000 Subject: [PATCH] Fix missing "not", per Frank Millman (bug #4212). --- doc/src/sgml/installation.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index d69e27e2e4..c750b9c11b 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%standalone-include[<productname>PostgreSQL</>]]> @@ -368,7 +368,7 @@ su - postgres <procedure> <step> <para> - If making a backup, make sure that your database is being updated. + If making a backup, make sure that your database is not being updated. This does not affect the integrity of the backup, but the changed data would of course not be included. If necessary, edit the permissions in the file <filename>/usr/local/pgsql/data/pg_hba.conf</> -- 2.50.1