Re: Help.. - Mailing list pgsql-general

From Wm. G. Urquhart
Subject Re: Help..
Date
Msg-id Pine.LNX.4.44.0205210736490.24870-100000@mailer.wurquhart.co.uk
Whole thread Raw
In response to Help..  ("sheetal" <sheetal@anantinfotech.com>)
List pgsql-general
On Mon, 20 May 2002, sheetal wrote:

> Are there any virtual tables like "inserted" and "deleted" in postgresql to access data which has been inserted or
deletedwithin a transaction like it is there in SQL server? 
>

From what I've read in the documentation NEW and OLD are available to you
from within a trigger. The will allow you access to the NEW and OLD data
from a column before and after INSERT / UPDATE.

HTH

--
Regards,


Wm. G. Urquhart
Custom Software Solutions
http://www.wurquhart.co.uk



pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Foreign key problem in Postgresql-7.2
Next
From: "Wm. G. Urquhart"
Date:
Subject: Re: Foreign key problem in Postgresql-7.2