On 05/21/2014 10:18 PM, Moshe Jacobson wrote:
I'd like to know if the following changes can be made, as I think they
will fix this issue:
1. Add command ALTER EXTENSION ... ADD TRIGGER.
2. Modify pg_dump not to dump triggers that are dependent on an extension.
Haha. I remember this from the
I have an extension which, after installation, creates triggers and their
associated functions dynamically and adds the functions to the extension so
that they will be dropped with the extension.
However, there is no way to add the trigger to the extension, so pg_dump's
output still includes the d