Re: getting function argument names from psql?

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: getting function argument names from psql?
Дата
Msg-id 20060712162951.GA20765@winnie.fuhr.org
обсуждение исходный текст
Ответ на getting function argument names from psql?  (Timothy Perrigo <tperrigo@wernervas.com>)
Список 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 по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Long term database archival
Следующее
От: "Tim Hart"
Дата:
Сообщение: Re: Long term database archival