triggers, rules and alter table

From: Sergey Karin <sergey(dot)karin(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: triggers, rules and alter table
Date: 2006-02-01 08:10:19
Message-ID: b78883bf0602010010j1789d558n@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sergey Karin 2006-02-01 08:11:40 triggers and SELECT
Previous Message Myatluk Andrey 2006-02-01 07:41:18 Re: PostgreSQL + hibernate