Re: OID's - Mailing list pgsql-general

From Dennis Bjorklund
Subject Re: OID's
Date
Msg-id Pine.LNX.4.44.0410232001480.2015-100000@zigo.dhs.org
Whole thread Raw
In response to Re: OID's  (Mike Nolan <nolan@gw.tssi.com>)
List pgsql-general
On Sat, 23 Oct 2004, Mike Nolan wrote:

> I personally believe that there is value in a database-generated unique
> value like Oracle's ROWID.  (Part of what I like about it is that since
> it is a system column it simplifies some application issues, since the
> app never has to worry about that column unless it chooses to.)

If an application needs a column called oid in each table it could very
well just define the tables like that. You could also make a script that
checks all tables and make sure there is a oid if you want to.

--
/Dennis Björklund


pgsql-general by date:

Previous
From: "Gary Doades"
Date:
Subject: Re: Win installed pgsql 8.0 beta2 dev3
Next
From: Tom Lane
Date:
Subject: Re: OID's