[COMMITTERS] pgsql: Update examples for string-related functions.

2011-07-07 Thread Tom Lane
Update examples for string-related functions. In the example for decode(), show the bytea result in hex format, since that's now the default. Use an E'' string in the example for quote_literal(), so that it works regardless of the standard_conforming_strings setting. On the functions-for-binary-

[COMMITTERS] pgsql: Update examples for string-related functions.

2011-07-07 Thread Tom Lane
Update examples for string-related functions. In the example for decode(), show the bytea result in hex format, since that's now the default. Use an E'' string in the example for quote_literal(), so that it works regardless of the standard_conforming_strings setting. On the functions-for-binary-

[COMMITTERS] pgsql: Update examples for string-related functions.

2011-07-07 Thread Tom Lane
Update examples for string-related functions. In the example for decode(), show the bytea result in hex format, since that's now the default. Use an E'' string in the example for quote_literal(), so that it works regardless of the standard_conforming_strings setting. On the functions-for-binary-