Index: src/bin/pg_dump/pg_dump.c =================================================================== RCS file: /usr/local/cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v retrieving revision 1.115 diff -c -r1.115 pg_dump.c *** src/bin/pg_dump/pg_dump.c 1999/06/03 04:01:16 1.115 --- src/bin/pg_dump/pg_dump.c 1999/07/19 22:19:33 *************** *** 3193,3199 **** if (called == 'f') return; /* nothing to do more */ ! sprintf(query, "SELECT nextval ('%s');\n", tbinfo.relname); fputs(query, fout); } --- 3193,3199 ---- if (called == 'f') return; /* nothing to do more */ ! sprintf(query, "SELECT nextval ('%s');\n", fmtId(tbinfo.relname, force_quotes)); fputs(query, fout); }