File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
* Portions Copyright (c) 1994, Regents of the University of California
7
7
*
8
8
*
9
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.135 2010/07/22 01:22:34 rhaas Exp $
9
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.136 2010/07/22 01:25:01 rhaas Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
@@ -444,7 +444,7 @@ main(int argc, char *argv[])
444
444
}
445
445
446
446
/* Force quoting of all identifiers if requested. */
447
- if (quote_all_identifiers && server_version >= 90000 )
447
+ if (quote_all_identifiers && server_version >= 90100 )
448
448
executeCommand (conn , "SET quote_all_identifiers = true" );
449
449
450
450
fprintf (OPF , "--\n-- PostgreSQL database cluster dump\n--\n\n" );
You can’t perform that action at this time.
0 commit comments