Re: How to get a list of procedures and triggers

Поиск
Список
Период
Сортировка
От Christoph Dalitz
Тема Re: How to get a list of procedures and triggers
Дата
Msg-id 20020828102423.13d73c83.christoph.dalitz@hs-niederrhein.de
обсуждение исходный текст
Ответ на How to get a list of procedures and triggers  (pgsql-gen@basebeans.com (pgsql-gen Newsgroup (@Basebeans.com)))
Список pgsql-general
> How can I get a listing of all the stored procedures and triggers for my
> database?
>
Have a look at the tables pg_proc and pg_trigger from the system catalog
(aka "data dictionary").

It is documented in the "Developer's Guide", chapter 3 "System Catalog".

Christoph Dalitz

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