Update documentation for backslashes to mention escape string syntax
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |