Re: [SQL] OID & indexes.

From: José Soares <jose(at)sferacarta(dot)com>
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-22 12:30:22
Message-ID: 37E8CBDE.B87F1653@sferacarta.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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é

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Stuart Rison 1999-09-22 12:35:51 [GENERAL] UPDATE feature or bug?
Previous Message José Soares 1999-09-22 12:24:59 Re: [SQL] Book on SQL