mirror of
https://github.com/postgres/postgres.git
synced 2025-11-17 00:02:52 -05:00
literally.
Add GUC variables:
"escape_string_warning" - warn about backslashes in non-E strings
"escape_string_syntax" - supports E'' syntax?
"standard_compliant_strings" - treats backslashes literally in ''
Update code to use E'' when escapes are used.