Re: getting function argument names from psql?

From: Michael Fuhr <mike(at)fuhr(dot)org>
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 16:29:51
Message-ID: 20060712162951.GA20765@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2006-07-12 16:30:17 Re: Long term database archival
Previous Message Anthony Chavez 2006-07-12 16:26:45 ON INSERT view rule