|
12 | 12 | *by PostgreSQL
|
13 | 13 | *
|
14 | 14 | * IDENTIFICATION
|
15 |
| - * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.478 2007/11/1918:44:06 momjian Exp $ |
| 15 | + * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.479 2007/11/1923:48:33 momjian Exp $ |
16 | 16 | *
|
17 | 17 | *-------------------------------------------------------------------------
|
18 | 18 | */
|
@@ -1530,7 +1530,7 @@ dumpDatabase(Archive *AH)
|
1530 | 1530 | if (comment&&strlen(comment))
|
1531 | 1531 | {
|
1532 | 1532 | resetPQExpBuffer(dbQry);
|
1533 |
| -/*This will failwhen loaded into adatabase with a different name.*/ |
| 1533 | +/*Generates warningwhen loaded into adifferently-named database.*/ |
1534 | 1534 | appendPQExpBuffer(dbQry,"COMMENT ON DATABASE %s IS ",fmtId(datname));
|
1535 | 1535 | appendStringLiteralAH(dbQry,comment,AH);
|
1536 | 1536 | appendPQExpBuffer(dbQry,";\n");
|
|