Re: [HACKERS] using indexes

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: jose(at)sferacarta(dot)com (Jose' Soares)
Cc: sferac(at)bo(dot)nettuno(dot)it, lockhart(at)alumni(dot)caltech(dot)edu, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] using indexes
Date: 1998-10-20 16:46:34
Message-ID: 199810201646.MAA07956@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-10-20 16:53:35 Re: [HACKERS] Re: inet/cidr/bind
Previous Message Bruce Momjian 1998-10-20 16:45:49 Re: [HACKERS] What about LIMIT in SELECT ?