1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-28 05:21:27 +03:00

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

escape_string_warning = on
This commit is contained in:
Bruce Momjian 2006-03-06 22:52:10 +00:00
parent 1c02144731
commit d694bd812a

View File

@ -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