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

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: v9.1, DROP TRIGGER IF EXISTS behaving oddly
Дата
Msg-id 5696E83D.20202@aklaver.com
обсуждение исходный текст
Ответ на v9.1, DROP TRIGGER IF EXISTS behaving oddly  ("Williamson, Michael" <Michael.Williamson@tamucc.edu>)
Список pgsql-general
On 01/13/2016 03:25 PM, Williamson, Michael wrote:

Ccing list
>>
>> Is that happening on all triggers you are trying to DROP, or just
>> this one?
>
> All, consistently.
>>
>> If just this one, you might want to check to see if the trigger was
>> created with a quoted mixed case name and therefore needs to have
>> the
>> exact case quoted when used in the DROP TRIGGER. Something else to
>> look
>> at is whether there is more then one customer table and you need to
>> schema qualify the name.
>>
>
> The triggers are all being defined in unquoted lowercase.  Also, these
> triggers happen call functions, but I doubt that is relevant.

So is the below the actual error you are getting:

Observed Output:
ERROR:  relation "udf_customer_update_trigger" does not exist

>
> Michael
>


--
Adrian Klaver
adrian.klaver@aklaver.com


В списке pgsql-general по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Code of Conduct: Is it time?
Следующее
От: Sachin Srivastava
Дата:
Сообщение: Re: Function error