We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf1d6875 commit9cab81bCopy full SHA for 9cab81b
doc/src/sgml/backup.sgml
@@ -49,8 +49,8 @@ pg_dump <replaceable class="parameter">dbname</replaceable> > <replaceable cl
49
does not operate with special permissions. In particular, it must
50
have read access to all tables that you want to back up, so in order
51
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
+ database superuser. (If you do nothavesufficient privileges to back up
+theentire database, you can still back up portions of the database to which
54
you do have access using options such as
55
<option>-n <replaceable>schema</replaceable></option>
56
or <option>-t <replaceable>table</replaceable></option>.)