From: Bruce Momjian Date: Mon, 6 Mar 2006 22:52:10 +0000 (+0000) Subject: Default to ON for 8.2, as announced in the release notes: X-Git-Tag: REL8_2_BETA1~1269 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d694bd812aa1e8f5d0c99995cf57f417d03656c7;p=postgresql Default to ON for 8.2, as announced in the release notes: escape_string_warning = on --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 071839cfd8..84c9f79584 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -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