提交 b53d3661 编写于 作者: T Thomas G. Lockhart

Forgot to initialize double quote option to be enabled.

上级 fe9bf46b
......@@ -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 - dave@bensoft.com - 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';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册