Re: [PATCHES] PQescapeBytea documentation patch - Mailing list pgsql-interfaces

From Joe Conway
Subject Re: [PATCHES] PQescapeBytea documentation patch
Date
Msg-id 3BFBDEA9.3070703@home.com
Whole thread Raw
In response to Re: [PATCHES] PQescapeBytea documentation patch  (Patrick Welche <prlw1@newn.cam.ac.uk>)
List pgsql-interfaces
Patrick Welche wrote:

> This makes me wonder: should libpq contain a function to do the opposite
> too? eg.
> 
> string=GetValue(from a bytea type column)
> PQunescapeBytea(string, some buffer, buffer's size)
> 
> - or is there already another way of doing it?
> 
> It seems to me that anyone using bytea with libpq will end up having
> to reinvent this wheel. (Something worthy of being knocked up in my
> Copious Free Time (tm))

I thought about that, but did not write it for a couple of reasons:

First, there wasn't a strong consensus that this type of function 
belonged as part of libpq in the first place, so I didn't want to push 
my luck ;-)

Second, at least in my current work, I'm using binary cursors, in which 
case no unescaping is necessary.

I do agree that a standard bytea unescape function should be available 
in the client library somewhere. Maybe for 7.3 . . .

Joe



pgsql-interfaces by date:

Previous
From: Patrick Welche
Date:
Subject: Re: [PATCHES] PQescapeBytea documentation patch
Next
From: Serafim Dahl
Date:
Subject: Re: What front end are people using?