]> granicus.if.org Git - postgresql/commitdiff
doc: Fix typo.
authorRobert Haas <rhaas@postgresql.org>
Tue, 12 Nov 2013 15:23:23 +0000 (10:23 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 12 Nov 2013 15:24:43 +0000 (10:24 -0500)
Reported by Thom Brown.

doc/src/sgml/backup.sgml

index 54681a0ba0a858042494f36581d254146b0f06ed..17129742f286a4db79e66f8e8a067ce65a0d5edc 100644 (file)
@@ -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>.)