summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2008-06-05 19:56:09 +0000
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2008-06-05 19:56:09 +0000
commit700af334cccdf5e817fd1b16d4afb86322905980 (patch)
tree15d6a52fab7e30cc0bd5ff625e2c61feb23cbfb8
parent9319fd89e10ccb2b697cdaacd4f037e2a517b508 (diff)
downloadpostgresql-700af334cccdf5e817fd1b16d4afb86322905980.tar.gz
Fix missing "not", per Frank Millman (bug #4212).
-rw-r--r--doc/src/sgml/installation.sgml4
1 files 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 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.309 2008/05/02 19:52:37 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.310 2008/06/05 19:56:09 alvherre Exp $ -->
<chapter id="installation">
<title><![%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</>