Fix small copy-and-pasteo.
authorTom Lane
Sun, 18 Aug 2002 21:05:32 +0000 (21:05 +0000)
committerTom Lane
Sun, 18 Aug 2002 21:05:32 +0000 (21:05 +0000)
src/bin/pg_dump/pg_dump.c

index 05d90e648397f3a0b722a7311f82c7b17f27f523..031677424f6eec821dd23b86ec4ee5d2aac8cc3d 100644 (file)
@@ -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 */