Обсуждение: Triggers

Поиск
Список
Период
Сортировка

Triggers

От
Jean-Michel POURE
Дата:
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.
2) I don't know how to uncheck checkboxes in frmTrigger form.
These are very simple things to do...

Have a nive week-end,
Cheers,
Jean-Michel

Re: Triggers

От
Dave Page
Дата:

> -----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.