triggers, rules and alter table - Mailing list pgsql-general

From Sergey Karin
Subject triggers, rules and alter table
Date
Msg-id b78883bf0602010010j1789d558n@mail.gmail.com
Whole thread Raw
Responses Re: triggers, rules and alter table  (Richard Huxton <dev@archonet.com>)
List pgsql-general
Hi, List!

I'm using pg 8.1.0

this version allows to create triggers on INSERT, DELETE and UPDATE and also allows to create rules on SELECT, UPDATE, INSERT and DELETE.
But I want to do some actions on ALTER TABLE ... ADD COLUMN and ALTER TABLE ... DROP COLUMN events. How I can handle that events in 8.1.x version?


Sergey Karin

pgsql-general by date:

Previous
From: "Myatluk Andrey"
Date:
Subject: Re: PostgreSQL + hibernate
Next
From: Sergey Karin
Date:
Subject: triggers and SELECT