oids

From: Mark <mark(at)vestnesis(dot)lv>
To: PostgreSQL Administrators Mailing List <pgsql-admin(at)postgresql(dot)org>
Subject: oids
Date: 2003-09-02 10:28:02
Message-ID: 200309021328.02599.mark@vestnesis.lv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

  • Re: oids at 2003-09-02 18:07:24 from Peter Eisentraut

Browse pgsql-admin by date

  From Date Subject
Next Message Somasekhar Bangalore 2003-09-02 10:39:15 Re: postgresql and replication
Previous Message Sam Barnett-Cormack 2003-09-02 09:41:31 Re: Prompts in psql