postgresql/src/pl
Bruce Momjian 7a846ecc00 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.
2006-05-26 23:48:54 +00:00
..
plperl Add table_name and table_schema to plperl trigger data. relname is 2006-05-26 17:34:16 +00:00
plpgsql Use E'' strings internally only when standard_conforming_strings = 2006-05-26 23:48:54 +00:00
plpython Add table_name and table_schema to plpython trigger data, plus docs and regression test. 2006-05-26 19:23:09 +00:00
tcl Modify all callers of datatype input and receive functions so that if these 2006-04-04 19:35:37 +00:00
Makefile Convert the existing regression test scripts for the various optional 2005-05-14 17:55:22 +00:00