Re: Bug in pg_describe_object

Поиск
Список
Период
Сортировка
От Joel Jacobson
Тема Re: Bug in pg_describe_object
Дата
Msg-id AANLkTimL=on37wDqs+=Ty2_0dNj1Yo7Emh+2oKA6J+gv@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Bug in pg_describe_object  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Bug in pg_describe_object  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
2011/1/11 Tom Lane <tgl@sss.pgh.pa.us>:
> Seems like concatenating the OIDs would accomplish that.  (If you
> think not, well, you still haven't explained what problem you're trying
> to solve...)

The can be different in two different databases sharing the same
original schema, but of two different versions.
In this case it is better to compare textual strings describing the
objects than to compare based on oids.

--
Best regards,

Joel Jacobson
Glue Finance


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Bug in pg_describe_object
Следующее
От: Tom Lane
Дата:
Сообщение: Re: LOCK for non-tables