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

Commit9c51b92

Browse files
committed
Add comment that pg_dump 'append' format is used only by pg_dump, per
Dave Page.
1 parent760b988 commit9c51b92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*by PostgreSQL
1313
*
1414
* IDENTIFICATION
15-
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.463 2007/03/22 20:18:49 momjian Exp $
15+
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.464 2007/03/22 20:47:12 momjian Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -478,7 +478,7 @@ main(int argc, char **argv)
478478
/* open the output file */
479479
if (pg_strcasecmp(format,"a")==0||pg_strcasecmp(format,"append")==0)
480480
{
481-
/* not documented */
481+
/*This is used by pg_dumpall, and isnot documented */
482482
plainText=1;
483483
g_fout=CreateArchive(filename,archNull,0,archModeAppend);
484484
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp