Re: Fwd: Proper query implementation for Postgresql driver

From: Abhijit Menon-Sen <ams(at)2ndQuadrant(dot)com>
To: Shay Rojansky <roji(at)roji(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Fwd: Proper query implementation for Postgresql driver
Date: 2014-09-30 05:34:29
Message-ID: 20140930053429.GA21712@toroid.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At 2014-09-30 07:09:38 +0200, roji(at)roji(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-09-30 05:36:17 Re: Proper query implementation for Postgresql driver
Previous Message Peter Geoghegan 2014-09-30 05:34:28 Re: B-Tree support function number 3 (strxfrm() optimization)