From 700af334cccdf5e817fd1b16d4afb86322905980 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Thu, 5 Jun 2008 19:56:09 +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 e6de85f8c7..0e4aa90fed 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.40.0