triggers procedures listing URGENT

Started by flashover 24 years ago2 messages
#1flash
fjoseph@flashmail.com

Hi Friends,

I'm just a beginner, partaking in a project.

Is there any way to list or edit the user-defined
procedures, functions and triggers?

I have already loaded them into the postgres database
and trying to edit and list it.

thanks,
francis

#2Haller Christoph
ch@rodos.fzk.de
In reply to: flash (#1)
Re: triggers procedures listing URGENT

Within psql
examine the system tables
pg_proc
pg_trigger

Refer to the documentation
Chapter System Catalogs

Regards, Christoph

PS
I was sending this mail yesterday
to 'pgsql-hackers@postgresql.org'
but it seemed to disappear,
at least I did not get it back.
Has anybody experienced similar effects?