Triggers: FROM Inserted - Mailing list pgsql-novice

From Peter Stow
Subject Triggers: FROM Inserted
Date
Msg-id D56CD37836AC1C4682B3CA1135AFAA670836EF38@TGH-EXVS01.bh.local
Whole thread Raw
Responses Re: Triggers: FROM Inserted
List 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.

pgsql-novice by date:

Previous
From: David Gardner
Date:
Subject: Re: Passing column name to a function at runtime
Next
From: "A. Kretschmer"
Date:
Subject: Re: Triggers: FROM Inserted