Hi All,
What is the difference between pg_triggers and information_schema.triggers?
I want to list all triggers in the database.

The count differs in both.

select count(1) from information_schema.triggers  -55
select count(1) from pg_trigger - 48

What is the best way to list all objects in PostgreSQL?(similar to
all_objects in Oracle).


Regards,
Aditya.

Reply via email to