Trigger

From: "Eugen Gass" <gass(at)intend(dot)de>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Trigger
Date: 2005-02-16 13:43:54
Message-ID: LKEAIFJAEICHBHJOIFOCGEBPCAAA.gass@intend.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

I'm trying to create a trigger on PostgreSQL

it should be like an oracle(sql) sample code:

create or replace trigger frei_polygon_sync
after INSERT on frei_polygon
Referencing NEW as newROW
for each row
Begin
:newRow.objektid := :newRow.gid;
:
end;

Can sombody help me to do the same on Postrgres

Best Regards

EG

Browse pgsql-admin by date

  From Date Subject
Next Message Morus Walter 2005-02-16 13:57:53 Re: when datas filesystem is full how to do
Previous Message Geoffrey 2005-02-16 13:17:17 Re: when datas filesystem is full how to do