Re: Triggers

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Triggers
Дата
Msg-id FED2B709E3270E4B903EB0175A49BCB10475EA@dogbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на Triggers  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Список pgadmin-hackers

> -----Original Message-----
> From: Jean-Michel POURE [mailto:jm.poure@freesurf.fr]
> Sent: 22 February 2002 22:07
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: Triggers
>
>
> Dear Dave,
>
> I commited a first implementation of pseudo ALTER TRIGGER to
> CVS. Could you
> please advice me on the following points:
>
> 1) How can I drop / add the trigger node after ALTER.

Do you really need to? Normally you would just call frmMain.tv_NodeClick
frmMain.tv.SelectedItem to refresh the details of whatever item is currently
selected.

> 2) I don't know how to uncheck checkboxes in frmTrigger form.
> These are very simple things to do...

chkProperties(0).Value = 0

> Have a nive week-end,

And you.

Regards, Dave.

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

Предыдущее
От: Jean-Michel POURE
Дата:
Сообщение: Triggers
Следующее
От: Dave Page
Дата:
Сообщение: Re: ALTER VIEW