Re: [GENERAL] Need pg_dump not to dump extension-created triggers

2014-05-27 Thread Shaun Thomas
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

[GENERAL] Need pg_dump not to dump extension-created triggers

2014-05-21 Thread Moshe Jacobson
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