Re: A couple of TODO notes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: A couple of TODO notes
Date: 2003-10-21 04:13:31
Message-ID: 18308.1066709611@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Tom Lane wrote:
>>> * Allow INET subnet tests using non-constants
>>> This should say "Allow ... to be indexed" as it's otherwise a nonissue.

> Uh, what should be in the TODO? I am confused.

"* Allow INET subnet tests using non-constants to be indexed"

>> Yes, you can make that happen in the V3 protocol: you can select either
>> text or binary output format for each column. Declaring a cursor BINARY
>> is in fact irrelevant in V3 protocol.

> How is binary selected?

See the column format selectors in the Bind message.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2003-10-21 04:16:55 Re: So, are we going to bump catversion for beta5, or not?
Previous Message Tom Lane 2003-10-21 04:08:01 Re: multi-backend psql