mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Change the default value of standard_conforming_strings to on.
This change should be publicized to driver maintainers at once and release-noted as an incompatibility with previous releases.
This commit is contained in:
@ -511,7 +511,7 @@
|
||||
#escape_string_warning = on
|
||||
#lo_compat_privileges = off
|
||||
#sql_inheritance = on
|
||||
#standard_conforming_strings = off
|
||||
#standard_conforming_strings = on
|
||||
#synchronize_seqscans = on
|
||||
|
||||
# - Other Platforms and Clients -
|
||||
|
Reference in New Issue
Block a user