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