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