Triggers: FROM Inserted

From: "Peter Stow" <peters(at)BarwonHealth(dot)org(dot)au>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Triggers: FROM Inserted
Date: 2007-09-14 05:54:44
Message-ID: D56CD37836AC1C4682B3CA1135AFAA670836EF38@TGH-EXVS01.bh.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


Hi

I am trying to migrate an application from MS SQL Server to Postgres. In MS SQL triggers I have been used to declaring variables inserted into a table using the syntax 'SELECT . . . FROM Inserted'. Can anyone tell me if it is possible to use the same syntax (ie FROM Inserted) in Postgres? If not, is there an alternative?

Thanks.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message A. Kretschmer 2007-09-14 06:18:32 Re: Triggers: FROM Inserted
Previous Message David Gardner 2007-09-12 14:08:22 Re: Passing column name to a function at runtime