pgsql: Clarify documentation for libpq's PQescapeBytea to mention the n

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clarify documentation for libpq's PQescapeBytea to mention the n
Date: 2011-02-14 03:03:21
Message-ID: E1Pooif-00035D-5h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify documentation for libpq's PQescapeBytea to mention the new hex
format.

Modify PQescapeStringConn() docs to be consisent with other escaping
functions.

Add mention problems with pre-9.0 versions of libpq using not understanding
bytea hex format to the 9.0 release notes.

Backpatch to 9.0 docs.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/888fda809239f2b4c7daa992f504c495f7ec7c92

Modified Files
--------------
doc/src/sgml/libpq.sgml | 46 ++++++++++++++++-------------------------
doc/src/sgml/release-9.0.sgml | 3 +-
2 files changed, 20 insertions(+), 29 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-02-14 03:55:39 pgsql: Convert contrib modules to use the extension facility.
Previous Message Bruce Momjian 2011-02-13 05:18:30 Re: pgsql: Fix reverse 'if' test in path_is_relative_and_below_cwd(), per T