8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6883c54 commit 5c89839Copy full SHA for 5c89839
src/bin/pg_dump/pg_dump.c
@@ -12,7 +12,7 @@
12
* by PostgreSQL
13
*
14
* IDENTIFICATION
15
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.522 2009/02/17 15:41:50 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.523 2009/02/17 22:32:54 momjian Exp $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -9853,7 +9853,7 @@ dumpTableSchema(Archive *fout, TableInfo *tbinfo)
9853
"(SELECT oid FROM pg_namespace "
9854
"WHERE nspname = CURRENT_SCHEMA)\n"
9855
" AND relname = '%s'\n"
9856
- " );",
+ " );\n",
9857
tbinfo->attlen[j],
9858
tbinfo->attalign[j],
9859
tbinfo->attnames[j],
0 commit comments