oids - Mailing list pgsql-admin

From Mark
Subject oids
Date
Msg-id 200309021328.02599.mark@vestnesis.lv
Whole thread Raw
Responses Re: oids  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-admin
Hello, All!

Is there other meanings of oids than unique row identifier?

Can I make two identical tables in the same database (even with oids)?
Something like this
    CREATE TABLE table2 AS (SELECT oid,* FROM table1);

Or oids must be unique in whole database?

Mark

pgsql-admin by date:

Previous
From: Sam Barnett-Cormack
Date:
Subject: Re: Prompts in psql
Next
From: "Somasekhar Bangalore"
Date:
Subject: Re: postgresql and replication