raptor <raptor@unacs.bg> writes:
> Is the OID fileld indexed and if not can I create index on it.
No, and yes. OID is just like any regular column as far as
indexing is concerned. You should make an index on it if you
plan to do lots of 'WHERE oid = something' queries.
regards, tom lane