projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe9bf46
)
Forgot to initialize double quote option to be enabled.
author
Thomas G. Lockhart
Tue, 6 Oct 1998 05:35:42 +0000
(
05:35
+0000)
committer
Thomas G. Lockhart
Tue, 6 Oct 1998 05:35:42 +0000
(
05:35
+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 8e4e32896ed6ba75829efac406be835325421608..604a29ccdf12b18b22de40629e521f29a41ae8a3 100644
(file)
--- a/
src/bin/pg_dump/pg_dump.c
+++ b/
src/bin/pg_dump/pg_dump.c
@@
-21,7
+21,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.
89 1998/10/06 03:08:59 momjian
Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.
90 1998/10/06 05:35:42 thomas
Exp $
*
* Modifications - 6/10/96 -
[email protected]
- version 1.13.dhb
*
@@
-547,6
+547,7
@@
main(int argc, char **argv)
int use_password = 0;
g_verbose = false;
+ g_force_quotes = true;
strcpy(g_comment_start, "-- ");
g_comment_end[0] = '\0';