Re: getting function argument names from psql?

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: getting function argument names from psql?
Дата
Msg-id b42b73150607121054s4002caaay371088ca42e0b292@mail.gmail.com
обсуждение исходный текст
Ответ на getting function argument names from psql?  (Timothy Perrigo <tperrigo@wernervas.com>)
Ответы Re: getting function argument names from psql?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: doesn't recognize "!=-" (not equal to a negative
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Dynamic table with variable number of columns