Fwd: Re: how to parse an proargtypes array?

Поиск
Список
Период
Сортировка
От b t
Тема Fwd: Re: how to parse an proargtypes array?
Дата
Msg-id 20050304181235.66454.qmail@web61008.mail.yahoo.com
обсуждение исходный текст
Список pgsql-interfaces


Note: forwarded message attached.


Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
Hi Tom, I'm still kink of confuse, how do I use the regprocedure output converter and how do I type cast in sql language.
many thanks
-brian


Tom Lane <tgl@sss.pgh.pa.us> wrote:
b t writes:
> I'm trying to find out all the argument type that a user-defined function required, I used this query, select proargtypes from pg_proc where proname = 'add_movie'; but it gives me an oidvector array 1043 23 1043 1043 1043 1015 1015 1015 1182 1015, is there a query to parse this and give me a list of type.

Perhaps the regprocedure output converter will help you. Forget
proargtypes, just cast the function's OID to regprocedure.

If you really want to deal with the individual function argument type
OIDs, regtype would help with converting those to useful text; or see
format_type().

regards, tom lane


Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Function for determining column witdhs in libpq ?
Следующее
От: "I.P.Murali"
Дата:
Сообщение: pgAccess and postgresql 8.0