Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9cab81b

Browse files
committed
doc: Fix typo.
Reported by Thom Brown.
1 parent f1d6875 commit 9cab81b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/backup.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ pg_dump <replaceable class="parameter">dbname</replaceable> &gt; <replaceable cl
4949
does not operate with special permissions. In particular, it must
5050
have read access to all tables that you want to back up, so in order
5151
to back up the entire database you almost always have to run it as a
52-
database superuser. (If you do not sufficient privileges to back up the
53-
entire database, you can still back up portions of the database to which
52+
database superuser. (If you do not have sufficient privileges to back up
53+
the entire database, you can still back up portions of the database to which
5454
you do have access using options such as
5555
<option>-n <replaceable>schema</replaceable></option>
5656
or <option>-t <replaceable>table</replaceable></option>.)

0 commit comments

Comments
 (0)