Re: [GENERAL] v9.1, DROP TRIGGER IF EXISTS behaving oddly

2016-01-14 Thread Williamson, Michael
gt; > > On 01/13/2016 02:24 PM, Tom Lane wrote: > > > > "Williamson, Michael" > <mailto:michael.william...@tamucc.edu>> writes: > > > > I'm attempting to drop a trigger that may or may not > exist, > > 

[GENERAL] v9.1, DROP TRIGGER IF EXISTS behaving oddly

2016-01-13 Thread Williamson, Michael
I'm attempting to drop a trigger that may or may not exist, so am using the "IF EXISTS" clause.  This works fine for tables, views, functions, domains, and types, but for some reason seems to be ignored for triggers.  I'd expect to see more about this online if it were a bug, so I'm thinking I may