Update documentation for backslashes to mention escape string syntax

Bruce Momjian <bruce@momjian.us>

Commit: 4ed9f1d9b776677ad26cd352dbc0810d7bed6a8f
Author: Bruce Momjian <bruce@momjian.us>
Date: 2007-01-30T22:29:23Z
Releases: 8.3.0
Update documentation for backslashes to mention escape string syntax
more, and standard_conforming_strings less, because in the future non-E
strings will not treat backslashes specially.

Also use E'' strings where backslashes are used in examples. (The
existing examples would have drawn warnings.)

Backpatch to 8.2.X.

Files

PathChange+/−
doc/src/sgml/array.sgml modified +9 −9
doc/src/sgml/datatype.sgml modified +22 −24
doc/src/sgml/func.sgml modified +26 −24
doc/src/sgml/libpq.sgml modified +3 −3
doc/src/sgml/plperl.sgml modified +5 −5
doc/src/sgml/plpgsql.sgml modified +3 −9
doc/src/sgml/pltcl.sgml modified +6 −6
doc/src/sgml/rowtypes.sgml modified +4 −3
doc/src/sgml/xfunc.sgml modified +4 −4