mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 14:47:29 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue