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

Commit0556e9c

Browse files
committed
Fix small copy-and-pasteo.
1 parente1b040a commit0556e9c

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
@@ -22,7 +22,7 @@
2222
*
2323
*
2424
* IDENTIFICATION
25-
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.285 2002/08/1809:36:25 petere Exp $
25+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.286 2002/08/1821:05:32 tgl Exp $
2626
*
2727
*-------------------------------------------------------------------------
2828
*/
@@ -5811,7 +5811,7 @@ dumpConstraints(Archive *fout, TableInfo *tblinfo, int numTables)
58115811
continue;
58125812

58135813
if (g_verbose)
5814-
write_msg(NULL,"dumpingtriggers for table %s\n",
5814+
write_msg(NULL,"dumpingforeign key constraints for table %s\n",
58155815
tbinfo->relname);
58165816

58175817
/* select table schema to ensure regproc name is qualified if needed */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp