triggers procedures listing URGENT
Started by flashover 24 years ago2 messages
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
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?