Skip to content

Commit b53d366

Browse files
author
Thomas G. Lockhart
committed
Forgot to initialize double quote option to be enabled.
1 parent fe9bf46 commit b53d366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/pg_dump/pg_dump.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
*
2323
* IDENTIFICATION
24-
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.89 1998/10/06 03:08:59 momjian Exp $
24+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.90 1998/10/06 05:35:42 thomas Exp $
2525
*
2626
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
2727
*
@@ -547,6 +547,7 @@ main(int argc, char **argv)
547547
int use_password = 0;
548548

549549
g_verbose = false;
550+
g_force_quotes = true;
550551

551552
strcpy(g_comment_start, "-- ");
552553
g_comment_end[0] = '\0';

0 commit comments

Comments
 (0)