Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita850541

Browse files
committed
doc: Add note to pg_dump man page about pg_dumpall
suggested by Joshua Drake
1 parent340c74d commita850541

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎doc/src/sgml/ref/pg_dump.sgml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ PostgreSQL documentation
4545
accessing the database (readers or writers).
4646
</para>
4747

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+
4854
<para>
4955
Dumps can be output in script or archive file formats. Script
5056
dumps are plain-text files containing the SQL commands required

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp