Re: obj_unique_identifier(oid)

Поиск
Список
Период
Сортировка
От Andreas Karlsson
Тема Re: obj_unique_identifier(oid)
Дата
Msg-id 1294533797.27439.27.camel@jansson
обсуждение исходный текст
Ответ на Re: obj_unique_identifier(oid)  (Andreas Karlsson <andreas@proxel.se>)
Ответы Re: obj_unique_identifier(oid)  (Joel Jacobson <joel@gluefinance.com>)
Bug in pg_describe_object (was: Re: [HACKERS] obj_unique_identifier(oid))  (Andreas Karlsson <andreas@proxel.se>)
Список pgsql-hackers
Here is a patch, but I am not sure I am not sure if I like my idea for
format. What do you think?

SELECT pg_describe_object('pg_amproc'::regclass,oid,0)
    FROM pg_amproc WHERE oid IN (10608,10612);
                                                        pg_describe_object
          

----------------------------------------------------------------------------------------------------------------------------------
 function 1 bttextcmp(text,text) of operator family array_ops for access method gin for (text[],text[])
 function 1 bttextcmp(text,text) of operator family array_ops for access method gin for (character varying[],character
varying[])
(2 rows)

Andreas


Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: obj_unique_identifier(oid)
Следующее
От: Joel Jacobson
Дата:
Сообщение: Re: obj_unique_identifier(oid)