how to parse an proargtypes array? - Mailing list pgsql-interfaces

From b t
Subject how to parse an proargtypes array?
Date
Msg-id 20050304073402.39231.qmail@web61010.mail.yahoo.com
Whole thread Raw
Responses Re: how to parse an proargtypes array?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Joe Conway
Date:
Subject: Re: is there a way to find out if an element is exist
Next
From: David.Jacques@CCRS.NRCan.gc.ca
Date:
Subject: Function for determining column witdhs in libpq ?