projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3695637
)
Add missing newline.
author
Bruce Momjian
<
[email protected]
>
Tue, 17 Feb 2009 22:32:54 +0000
(22:32 +0000)
committer
Bruce Momjian
<
[email protected]
>
Tue, 17 Feb 2009 22:32:54 +0000
(22:32 +0000)
src/bin/pg_dump/pg_dump.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_dump.c
b/src/bin/pg_dump/pg_dump.c
index c15fa3f08acee0299e139475b3e3017ebf34ae53..43843c97ed5d70c0bda812f2905f86a93e8632c9 100644
(file)
--- a/
src/bin/pg_dump/pg_dump.c
+++ b/
src/bin/pg_dump/pg_dump.c
@@
-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],