BUG #5720: Bug for PQescapeByteaConn (libpq)

From: "Eiichi Nakamura" <nakamura(at)nepsys(dot)ddo(dot)jp>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5720: Bug for PQescapeByteaConn (libpq)
Date: 2010-10-22 08:48:30
Message-ID: 201010220848.o9M8mUaB069121@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5720
Logged by: Eiichi Nakamura
Email address: nakamura(at)nepsys(dot)ddo(dot)jp
PostgreSQL version: 9.0.1
Operating system: Linux kernel 2.6.27
Description: Bug for PQescapeByteaConn (libpq)
Details:

For PostgreSQL 9.0.1, after changing server "bytea_output" parameter as
"escape" in postgresql.conf file, it is expected that PQescapeByteaConn
(libpq) returns "escape" format.
However, PQescapeByteaConn still returns "hex" (server default) format.
Would you please modify PQescapeByteaConn behaviours for next release?
By the way, PQescapeBytea returns correct format.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2010-10-22 17:11:25 Re: BUG #5720: Bug for PQescapeByteaConn (libpq)
Previous Message andreas 2010-10-21 21:49:31 Re: BUG #5705: btree_gist: Index on inet changes query result