summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2013-11-12 10:23:23 -0500
committerRobert Haas <rhaas@postgresql.org>2013-11-12 10:24:43 -0500
commit9cab81b5721b1a64c8e31feebbc0ae5efd6ddf71 (patch)
tree7364e0ab3cdc837c432918b6a5119066f2b90db6 /doc/src
parentf1d6875916055914920f657ad88011c5b525f220 (diff)
doc: Fix typo.
Reported by Thom Brown.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/backup.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml
index 54681a0ba0a..17129742f28 100644
--- a/doc/src/sgml/backup.sgml
+++ b/doc/src/sgml/backup.sgml
@@ -49,8 +49,8 @@ pg_dump <replaceable class="parameter">dbname</replaceable> &gt; <replaceable cl
does not operate with special permissions. In particular, it must
have read access to all tables that you want to back up, so in order
to back up the entire database you almost always have to run it as a
- database superuser. (If you do not sufficient privileges to back up the
- entire database, you can still back up portions of the database to which
+ database superuser. (If you do not have sufficient privileges to back up
+ the entire database, you can still back up portions of the database to which
you do have access using options such as
<option>-n <replaceable>schema</replaceable></option>
or <option>-t <replaceable>table</replaceable></option>.)