On Wed, Jul 12, 2006 at 07:33:09AM -0700, Timothy Perrigo wrote:
> Is there a way to get the names of the arguments to a function from
> psql? /df and /df+ return the parameter types, but not their names.
One way would be to look at pg_proc.proargnames.
http://www.postgresql.org/docs/8.1/interactive/catalog-pg-proc.html
--
Michael Fuhr