Re: Fwd: Proper query implementation for Postgresql driver - Mailing list pgsql-hackers

From Abhijit Menon-Sen
Subject Re: Fwd: Proper query implementation for Postgresql driver
Date
Msg-id 20140930053429.GA21712@toroid.org
Whole thread Raw
In response to Fwd: Proper query implementation for Postgresql driver  (Shay Rojansky <roji@roji.org>)
List pgsql-hackers
At 2014-09-30 07:09:38 +0200, roji@roji.org wrote:
>
> the unknown type would be transferred as text and we'd provide that
> text to the user as an unprocessed string. Going full binary seems to
> eliminate this possibility.

If you're willing to hand the user an unprocessed string, why can't that
be the binary encoding just as well as text?

-- Abhijit



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fwd: Proper query implementation for Postgresql driver
Next
From: Peter Geoghegan
Date:
Subject: Re: B-Tree support function number 3 (strxfrm() optimization)