Re: BUG #5720: Bug for PQescapeByteaConn (libpq)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Eiichi Nakamura" <nakamura(at)nepsys(dot)ddo(dot)jp>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5720: Bug for PQescapeByteaConn (libpq)
Date: 2010-10-22 17:11:25
Message-ID: 26014.1287767485@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Eiichi Nakamura" <nakamura(at)nepsys(dot)ddo(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alex Hunsaker 2010-10-22 17:38:23 Re: BUG #5719: Constraint Problem
Previous Message Eiichi Nakamura 2010-10-22 08:48:30 BUG #5720: Bug for PQescapeByteaConn (libpq)