Re: [GENERAL] help on delete trigger.

2001-08-14 Thread Jan Wieck
Sundararajan wrote: > I am developing a db application in postgresql and i need to write a delete > trigger on one of the tables. > > the environment is > > table1 > > field1 varchar(64) > other fields. > > table 2. > > field1 varchar(64) > other fields > > I need a delete trigger on the table 1,

[GENERAL] help on delete trigger.

2001-08-14 Thread Sundararajan
I am developing a db application in postgresql and i need to write a delete trigger on one of the tables.   the environment is   table1   field1 varchar(64) other fields.   table 2.   field1 varchar(64) other fields   I need a delete trigger on the table 1, so that if I delete a row from ta