how to parse an proargtypes array?

Поиск
Список
Период
Сортировка
От b t
Тема how to parse an proargtypes array?
Дата
Msg-id 20050304073402.39231.qmail@web61010.mail.yahoo.com
обсуждение исходный текст
Ответы Re: how to parse an proargtypes array?
Список pgsql-interfaces
Hi, first off all thank to the people that took the time to reply to my message,
Unfortunately I do have another question to ask:
 
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.
thanks
-brian


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

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: is there a way to find out if an element is exist
Следующее
От: David.Jacques@CCRS.NRCan.gc.ca
Дата:
Сообщение: Function for determining column witdhs in libpq ?