pgsql: Teach PQescapeByteaConn() to use hex format when the target - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Teach PQescapeByteaConn() to use hex format when the target
Date
Msg-id 20090804180542.BFF7C75331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Teach PQescapeByteaConn() to use hex format when the target connection is
to a server >= 8.5.  Per my proposal in discussion of hex-format patch.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-exec.c (r1.204 -> r1.205)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-exec.c?r1=1.204&r2=1.205)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Support hex-string input and output for type BYTEA.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Ooops, missed that a couple of contrib modules have calls to