Re: [SQL] OID & indexes.

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [SQL] OID & indexes.
Дата
Msg-id 199909211524.LAA11589@candle.pha.pa.us
обсуждение исходный текст
Ответ на OID & indexes.  (raptor <raptor@unacs.bg>)
Список 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@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-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] OID & indexes.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [SQL] Subselect performance