pgsql: Document encode(bytea, 'escape')'s behavior correctly. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Document encode(bytea, 'escape')'s behavior correctly.
Date
Msg-id E1ULPmw-0006Nc-0V@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Document encode(bytea, 'escape')'s behavior correctly.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Add new JSON processing functions and parser API.