Re: editing functions/triggers etc..

Поиск
Список
Период
Сортировка
От johnf
Тема Re: editing functions/triggers etc..
Дата
Msg-id 200805260742.28055.jfabiani@yolo.com
обсуждение исходный текст
Ответ на Re: editing functions/triggers etc..  (Niklas Johansson <spot@tele2.se>)
Список pgsql-general
On Monday 26 May 2008 02:17:59 am Niklas Johansson wrote:
> On 24 maj 2008, at 17.03, john wrote:
> > I was wondering if anyone has written a tool that will drop
> > (cascade) then
> > allow the edit and then restore the functions/triggers including
> > the adding
> > the function/triggers to the inserts/deletes/etc.. to the tables.
>
> Just use
>
> CREATE OR REPLACE your_trigger_function() RETURNS TRIGGER AS ...
>
> to replace the trigger function in place.
>
>
>
> Sincerely,
>
> Niklas Johansson

I'm away at the moment but that thanks it looks to be the solution.  Do I feel
dumb!

--
John Fabiani

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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Performance Problem - pgsql on MD3000 DAS
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Optimzing Postgresql