Re: sql_drop Event Trigger

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: sql_drop Event Trigger
Дата
Msg-id CA+Tgmoaj2C7mxz4yiZyXWspfUP61i2deZ=GERdbU0sA8=hOB-A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: sql_drop Event Trigger  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On Mon, Mar 4, 2013 at 11:13 AM, Alvaro Herrera
<alvherre@2ndquadrant.com> wrote:
> Another question.  If I do ALTER TABLE foo DROP COLUMN bar, do we need
> to fire an event trigger for the dropped column?  Right now we don't,
> ISTM we should.  And if we want that, then the above set of three
> properties doesn't cut it.

+1.  Similar questions arise for object-access-hooks, among other places.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: odd behavior in materialized view
Следующее
От: Robert Haas
Дата:
Сообщение: Re: sql_drop Event Trigger