pgsql: Teach PQescapeByteaConn() to use hex format when the target

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Teach PQescapeByteaConn() to use hex format when the target
Дата
Msg-id 20090804180542.BFF7C75331E@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Support hex-string input and output for type BYTEA.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Ooops, missed that a couple of contrib modules have calls to