Re: obj_unique_identifier(oid)

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: obj_unique_identifier(oid)
Дата
Msg-id AANLkTinri1T99hN1O1wOjiva01AgWQdWXn1U7RdKDr6N@mail.gmail.com
обсуждение исходный текст
Ответ на Re: obj_unique_identifier(oid)  (Joel Jacobson <joel@gluefinance.com>)
Ответы Re: obj_unique_identifier(oid)  (Joel Jacobson <joel@gluefinance.com>)
Список 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 по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: WIP: Range Types
Следующее
От: Robert Haas
Дата:
Сообщение: Re: WIP: Range Types