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 fe9bf46 commit b53d366Copy full SHA for b53d366
src/bin/pg_dump/pg_dump.c
@@ -21,7 +21,7 @@
21
*
22
23
* IDENTIFICATION
24
- * $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 $
25
26
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
27
@@ -547,6 +547,7 @@ main(int argc, char **argv)
547
int use_password = 0;
548
549
g_verbose = false;
550
+ g_force_quotes = true;
551
552
strcpy(g_comment_start, "-- ");
553
g_comment_end[0] = '\0';
0 commit comments