Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340c74d commit a850541Copy full SHA for a850541
doc/src/sgml/ref/pg_dump.sgml
@@ -45,6 +45,12 @@ PostgreSQL documentation
45
accessing the database (readers or writers).
46
</para>
47
48
+ <para>
49
+ <application>pg_dump</application> only dumps a single database. To backup
50
+ global objects that are common to all databases in a cluster, such as roles
51
+ and tablespaces, use <xref linkend="app-pg-dumpall">.
52
+ </para>
53
+
54
<para>
55
Dumps can be output in script or archive file formats. Script
56
dumps are plain-text files containing the SQL commands required
0 commit comments