Add missing newline.
authorBruce Momjian <[email protected]>
Tue, 17 Feb 2009 22:32:54 +0000 (22:32 +0000)
committerBruce Momjian <[email protected]>
Tue, 17 Feb 2009 22:32:54 +0000 (22:32 +0000)
src/bin/pg_dump/pg_dump.c

index c15fa3f08acee0299e139475b3e3017ebf34ae53..43843c97ed5d70c0bda812f2905f86a93e8632c9 100644 (file)
@@ -9853,7 +9853,7 @@ dumpTableSchema(Archive *fout, TableInfo *tbinfo)
                                                                                 "(SELECT oid FROM pg_namespace "
                                                                                 "WHERE nspname = CURRENT_SCHEMA)\n"
                                                                                 "                      AND relname = '%s'\n"
-                                                                                "      );",
+                                                                                "      );\n",
                                                                                 tbinfo->attlen[j],
                                                                                 tbinfo->attalign[j],
                                                                                 tbinfo->attnames[j],