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

From Merlin Moncure
Subject Re: getting function argument names from psql?
Date
Msg-id b42b73150607121054s4002caaay371088ca42e0b292@mail.gmail.com
Whole thread Raw
In response to getting function argument names from psql?  (Timothy Perrigo <tperrigo@wernervas.com>)
Responses Re: getting function argument names from psql?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On 7/12/06, Timothy Perrigo <tperrigo@wernervas.com> 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.


select oid::regprocedure from pg_proc where proname like 'your name here';

merlin

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: doesn't recognize "!=-" (not equal to a negative
Next
From: Bruno Wolff III
Date:
Subject: Re: Dynamic table with variable number of columns