Re: getting function argument names from psql? - Mailing list pgsql-general

From Michael Fuhr
Subject Re: getting function argument names from psql?
Date
Msg-id 20060712162951.GA20765@winnie.fuhr.org
Whole thread Raw
In response to getting function argument names from psql?  (Timothy Perrigo <tperrigo@wernervas.com>)
List pgsql-general
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

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Long term database archival
Next
From: "Tim Hart"
Date:
Subject: Re: Long term database archival