pgsql: Document encode(bytea, 'escape')'s behavior correctly.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document encode(bytea, 'escape')'s behavior correctly.
Date: 2013-03-29 03:15:34
Message-ID: E1ULPmw-0006Nc-0V@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document encode(bytea, 'escape')'s behavior correctly.

I changed this in commit fd15dba543247eb1ce879d22632b9fdb4c230831, but
missed the fact that the SGML documentation of the function specified
exactly what it did. Well, one of the two places where it's specified
documented that --- probably I looked at the other place and thought
nothing needed to be done. Sync the two places where encode() and
decode() are described.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d2b8d060c4f8d9154113312f6f2628298e6aff59

Modified Files
--------------
doc/src/sgml/func.sgml | 20 ++++++++++++--------
1 files changed, 12 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2013-03-29 18:13:31 pgsql: Add new JSON processing functions and parser API.
Previous Message Tom Lane 2013-03-29 03:15:33 pgsql: Document encode(bytea, 'escape')'s behavior correctly.