mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 14:21:49 +03:00
Default to ON for 8.2, as announced in the release notes:
escape_string_warning = on
This commit is contained in:
parent
1c02144731
commit
d694bd812a
@ -415,7 +415,7 @@
|
|||||||
#add_missing_from = off
|
#add_missing_from = off
|
||||||
#array_nulls = on
|
#array_nulls = on
|
||||||
#default_with_oids = off
|
#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
|
#standard_conforming_strings = off # SQL standard string literal processing
|
||||||
#regex_flavor = advanced # advanced, extended, or basic
|
#regex_flavor = advanced # advanced, extended, or basic
|
||||||
#sql_inheritance = on
|
#sql_inheritance = on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user