Re: BUG #5720: Bug for PQescapeByteaConn (libpq) - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #5720: Bug for PQescapeByteaConn (libpq)
Date
Msg-id 26014.1287767485@sss.pgh.pa.us
Whole thread Raw
In response to BUG #5720: Bug for PQescapeByteaConn (libpq)  ("Eiichi Nakamura" <nakamura@nepsys.ddo.jp>)
Responses Re: BUG #5720: Bug for PQescapeByteaConn (libpq)  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-bugs
"Eiichi Nakamura" <nakamura@nepsys.ddo.jp> writes:
> 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.

Why do you expect that?  The parameter only controls the *server*'s
output, it is not suggested anywhere that it should have an effect
on clients.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Eiichi Nakamura"
Date:
Subject: BUG #5720: Bug for PQescapeByteaConn (libpq)
Next
From: Alex Hunsaker
Date:
Subject: Re: BUG #5719: Constraint Problem