Skip to content
Snippets Groups Projects
Commit bb3cce4e authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add E'' syntax so eventually normal strings can treat backslashes

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.
parent c96375a3
No related branches found
No related tags found
No related merge requests found
Showing
with 217 additions and 65 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment