Re: obj_unique_identifier(oid) - Mailing list pgsql-hackers

From Robert Haas
Subject Re: obj_unique_identifier(oid)
Date
Msg-id AANLkTinri1T99hN1O1wOjiva01AgWQdWXn1U7RdKDr6N@mail.gmail.com
Whole thread Raw
In response to Re: obj_unique_identifier(oid)  (Joel Jacobson <joel@gluefinance.com>)
Responses Re: obj_unique_identifier(oid)  (Joel Jacobson <joel@gluefinance.com>)
List pgsql-hackers
On Sat, Jan 8, 2011 at 12:41 PM, Joel Jacobson <joel@gluefinance.com> wrote:
> The query below should not return any rows, because if it does, then
> there are oids with non-unique descriptions.

I don't think your analysis is correct.  Each entry in pg_depend
represents the fact that one object depends on another object, and an
object could easily depend on more than one other object, or be
depended upon by more than one other object, or depend on one object
and be depended on by another.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: WIP: Range Types
Next
From: Robert Haas
Date:
Subject: Re: WIP: Range Types