Re: Adding the optional clause 'AS' in CREATE TRIGGER

Поиск
Список
Период
Сортировка
От Okano, Naoki
Тема Re: Adding the optional clause 'AS' in CREATE TRIGGER
Дата
Msg-id 0B4917A40C80E34BBEC4BE1A7A9AB7E276F5D9@g01jpexmbkw05
обсуждение исходный текст
Ответ на Re: Adding the optional clause 'AS' in CREATE TRIGGER  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] Adding the optional clause 'AS' in CREATE TRIGGER
Список pgsql-hackers
> But in any case it would be a serious mistake to do this without first 
> implementing CREATE OR REPLACE TRIGGER.  I think that's an entirely separate 
> proposal and you would be well advised to treat it as such.
I see. There are more problems than I expected...
Let me start with 'OR REPLACE' clause.

At least, adding only 'OR REPLACE' clause has the following advantages.
* It enables users to redefine a trigger in single command.
* The trigger can always be referenced when redefining a trigger. # But it is not so when using 'DROP' and 'CREATE'
commands.It is useful when users change the function or change the condition of 'WHEN' clause.
 

Regard,
Okano Naoki
Fujitsu



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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: pgsql: Add putenv support for msvcrt from Visual Studio 2013
Следующее
От: Noah Misch
Дата:
Сообщение: Re: Document how to set up TAP tests for Perl 5.8.8