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 66 * Portions Copyright (c) 1994, Regents of the University of California
77 *
88 *
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 $
1010 *
1111 *-------------------------------------------------------------------------
1212 */
@@ -444,7 +444,7 @@ main(int argc, char *argv[])
444444 }
445445
446446 /* Force quoting of all identifiers if requested. */
447- if (quote_all_identifiers && server_version >= 90000 )
447+ if (quote_all_identifiers && server_version >= 90100 )
448448 executeCommand (conn , "SET quote_all_identifiers = true" );
449449
450450 fprintf (OPF , "--\n-- PostgreSQL database cluster dump\n--\n\n" );
You can’t perform that action at this time.
0 commit comments