Re: [HACKERS] using indexes - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] using indexes
Date
Msg-id 199810201646.MAA07956@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] using indexes  ("Jose' Soares" <jose@sferacarta.com>)
List pgsql-hackers
> Bruce Momjian wrote:
> > 
> > > PS:
> > >    What about:
> > >       select unique1 from onek where unique1 = 3 OR unique1 = 1;
> > >                                                  ^^
> > >                                                 does it works on v6.4 ?
> > 
> > It should.
> 
> This is a great new.
> This thing is absolutely neccessary to have better performances using
> ODBC and ACCESS.

Yes.  We worked hard on this because it was a much needed feature.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: inet/cidr/bind
Next
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] What about LIMIT in SELECT ?