Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Does the oid column have an implicit index on it? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Does the oid column have an implicit index on it?
Date
Msg-id [email protected]
Whole thread Raw
In response to Does the oid column have an implicit index on it?  (Rachit Siamwalla <[email protected]>)
List pgsql-hackers
Rachit Siamwalla <[email protected]> writes:
> Every table has a implicit column oid. Does this column have an index on it?

No, you must create an index if you want one.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: MD5 for ODBC
Next
From: Tom Lane
Date:
Subject: Re: Re: [PATCHES] Patch to include PAM support...