Skip to content

Commit eeb8677

Browse files
committed
Update comment.
1 parent f59f8ae commit eeb8677

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.478 2007/11/19 18:44:06 momjian Exp $
15+
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.479 2007/11/19 23:48:33 momjian Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -1530,7 +1530,7 @@ dumpDatabase(Archive *AH)
15301530
if (comment && strlen(comment))
15311531
{
15321532
resetPQExpBuffer(dbQry);
1533-
/* This will fail when loaded into a database with a different name. */
1533+
/* Generates warning when loaded into a differently-named database.*/
15341534
appendPQExpBuffer(dbQry, "COMMENT ON DATABASE %s IS ", fmtId(datname));
15351535
appendStringLiteralAH(dbQry, comment, AH);
15361536
appendPQExpBuffer(dbQry, ";\n");

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy