Re: getting function argument names from psql?

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: "Timothy Perrigo" <tperrigo(at)wernervas(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: getting function argument names from psql?
Date: 2006-07-12 17:54:09
Message-ID: b42b73150607121054s4002caaay371088ca42e0b292@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 7/12/06, Timothy Perrigo <tperrigo(at)wernervas(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2006-07-12 18:23:06 Re: Long term database archival
Previous Message Roman Neuhauser 2006-07-12 17:17:52 Re: pgsql vs mysql