8000
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 760b988 commit 9c51b92Copy full SHA for 9c51b92
src/bin/pg_dump/pg_dump.c
@@ -12,7 +12,7 @@
12
* by PostgreSQL
13
*
14
* IDENTIFICATION
15
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.463 2007/03/22 20:18:49 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.464 2007/03/22 20:47:12 momjian Exp $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -478,7 +478,7 @@ main(int argc, char **argv)
478
/* open the output file */
479
if (pg_strcasecmp(format, "a") == 0 || pg_strcasecmp(format, "append") == 0)
480
{
481
- /* not documented */
+ /* This is used by pg_dumpall, and is not documented */
482
plainText = 1;
483
g_fout = CreateArchive(filename, archNull, 0, archModeAppend);
484
}
0 commit comments