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 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match