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_1_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/7bc2e68c60e7067943d1ffdb1430cea1ffce1ce2 Modified Files -------------- doc/src/sgml/func.sgml | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
