summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-08-18 21:05:32 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-08-18 21:05:32 +0000
commit0556e9cfaef8d4f0cec72307fe073e6557875a13 (patch)
tree04757b1c91961496d21327a2ed2d4b263df69907 /src
parente1b040a7c323f4a6c87ff944338dc19d51829be1 (diff)
Fix small copy-and-pasteo.
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_dump/pg_dump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c
index 05d90e64839..031677424f6 100644
--- a/src/bin/pg_dump/pg_dump.c
+++ b/src/bin/pg_dump/pg_dump.c
@@ -22,7 +22,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.285 2002/08/18 09:36:25 petere Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.286 2002/08/18 21:05:32 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -5811,7 +5811,7 @@ dumpConstraints(Archive *fout, TableInfo *tblinfo, int numTables)
continue;
if (g_verbose)
- write_msg(NULL, "dumping triggers for table %s\n",
+ write_msg(NULL, "dumping foreign key constraints for table %s\n",
tbinfo->relname);
/* select table schema to ensure regproc name is qualified if needed */