Re: obj_unique_identifier(oid)

Поиск
Список
Период
Сортировка
От Joel Jacobson
Тема Re: obj_unique_identifier(oid)
Дата
Msg-id AANLkTin6a26dn1J7WREsc9vsQKp+d5OLwnvNwST2wfvT@mail.gmail.com
обсуждение исходный текст
Ответ на Re: obj_unique_identifier(oid)  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Ответы Re: obj_unique_identifier(oid)  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
2011/1/8 Dimitri Fontaine <dimitri@2ndquadrant.fr>:
>  http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=6cc2deb86e9183262493a6537700ee305fb3e096

Nice! Has the patch been accepted and will be made available in future
versions of pg?

Also, why return NULL for pinned objects? They can also be described
using a unique identifier.
(+   /* for "pinned" items in pg_depend, return null */)

It is useful to describe such objects to be able to diff different
versions of pg, i.e. comparing which pinned objects exists, doing so
can tell you the odds for an application depending on certain pinned
objects being compatible with a specific version of the database.

--
Best regards,

Joel Jacobson
Glue Finance


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Marko Tiikkaja
Дата:
Сообщение: Re: join functions
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: DISCARD ALL ; stored procedures