mirror of
https://github.com/postgres/postgres.git
synced 2025-06-10 09:21:54 +03:00
doc: Add note to pg_dump man page about pg_dumpall
suggested by Joshua Drake
This commit is contained in:
@ -45,6 +45,12 @@ PostgreSQL documentation
|
||||
accessing the database (readers or writers).
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<application>pg_dump</application> only dumps a single database. To backup
|
||||
global objects that are common to all databases in a cluster, such as roles
|
||||
and tablespaces, use <xref linkend="app-pg-dumpall">.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Dumps can be output in script or archive file formats. Script
|
||||
dumps are plain-text files containing the SQL commands required
|
||||
|
Reference in New Issue
Block a user