Commit d694bd81 authored by Bruce Momjian's avatar Bruce Momjian

Default to ON for 8.2, as announced in the release notes:

	escape_string_warning = on
parent 1c021447
......@@ -415,7 +415,7 @@
#add_missing_from = off
#array_nulls = on
#default_with_oids = off
#escape_string_warning = off # warn about backslashes in string literals
escape_string_warning = on # warn about backslashes in string literals
#standard_conforming_strings = off # SQL standard string literal processing
#regex_flavor = advanced # advanced, extended, or basic
#sql_inheritance = on
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment