Re: procedure in db

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: procedure in db
Дата
Msg-id AANLkTi=Zff-=tm1O6U28iqy-jmpQcK194WKeR-=OsMtL@mail.gmail.com
обсуждение исходный текст
Ответ на procedure in db  (abcdef <chuikingman@gmail.com>)
Список pgsql-general
Hello

2011/3/9 abcdef <chuikingman@gmail.com>:
> I use postgresql in red hat linux .
> I want to know how I can find out all the procedure stored in the database .
> Any SQL command to do it ???
>

you can try \df in psql or

select * from pg_proc

Regards

Pavel Stehule

>
> --
> View this message in context: http://postgresql.1045698.n5.nabble.com/procedure-in-db-tp3414995p3414995.html
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

В списке pgsql-general по дате отправления:

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: equivalent of mysql's SET type?
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: 9.1 - rewrite less alter table?