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

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to