Re: [SQL] OID & indexes.

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: raptor <raptor(at)unacs(dot)bg>
Cc: "'pgsql-sql(at)postgresql(dot)org'" <pgsql-sql(at)postgreSQL(dot)org>
Subject: Re: [SQL] OID & indexes.
Date: 1999-09-21 15:24:35
Message-ID: 199909211524.LAA11589@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> hi,
>
> Is the OID fileld indexed and if not can I create index on it.

It is not indexed by default. You have to create an index on it.

--
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-sql by date

  From Date Subject
Next Message Martin Dolog 1999-09-21 15:43:57 Large char field(s)
Previous Message Bruce Momjian 1999-09-21 15:23:10 Re: [SQL] Subselect performance