Re: [SQL] OID & indexes.

Поиск
Список
Период
Сортировка
От José Soares
Тема Re: [SQL] OID & indexes.
Дата
Msg-id 37E8CBDE.B87F1653@sferacarta.com
обсуждение исходный текст
Ответ на OID & indexes.  (raptor <raptor@unacs.bg>)
Список pgsql-sql

raptor ha scritto:

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

The OID field is not indexed by default but you can create an index on
it as:
create index idx_name on  table_name (oid);

José




В списке pgsql-sql по дате отправления: