mirror of
https://github.com/postgres/postgres.git
synced 2025-05-09 18:21:05 +03: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.