Use E'' strings internally only when standard_conforming_strings =

Bruce Momjian <bruce@momjian.us>

Commit: 7a846ecc00b13a81adbf78b66dcf927077a802f8
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-05-26T23:48:54Z
Releases: 8.2.0
Use E'' strings internally only when standard_conforming_strings =
'off'. This allows pg_dump output with standard_conforming_strings =
'on' to generate proper strings that can be loaded into other databases
without the backslash doubling we typically do.  I have added the
dumping of the standard_conforming_strings value to pg_dump.

I also added standard backslash handling for plpgsql.

Files