Trigger tables - Mailing list pgsql-sql

From Dan Linderman
Subject Trigger tables
Date
Msg-id 005601bf4afb$2cf7b060$e68ca8c0@eng.ironhilltech.com
Whole thread Raw
List pgsql-sql
Does PostgreSQL have tables to store current rows for use in Triggers like
Sybase has?  Sybase has a "deleted" and an "inserted" table  that stores the
rown being worked on in an insert or deleter so the data can be used in a
trigger.

Dan Linderman
Web Programmer
Iron Hill Technology
linderdm@ironhilltech.com
302-369-9750 x23
www.ironhilltech.com



pgsql-sql by date:

Previous
From: "Dan Linderman"
Date:
Subject: Inheriting Primary Keys
Next
From: Michael McCarthy
Date:
Subject: problem with OR'ed AND queriess