On 27 Aug 2002 at 23:40, pgsql-gen Newsgroup (@Basebea wrote:
> Subject: [GENERAL] How to get a list of procedures and triggers
> From: Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp>
> ===
> Sorry for the simply question but I just can't seem to find the answer
> in the docs.
>
> How can I get a listing of all the stored procedures and triggers for my
>
> database?
In pgsql have a look at \df, this might do what you want. There's a
catch though: functions that return OPAQUE aren't listed.
--
Jules Alberts.