On Wed, Dec 1, 2010 at 12:57 AM, Dann Corbit <[email protected]> wrote: > The ctid is not permanent. An alternative is to create tables with OID > values.
Creating OIDs gives you zero benefit over having a PK. They would be roughly equivalent if you added a unique index on the OID column, but that is by no means automatic. -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
