TRIGGERS and FUNCTIONS - Mailing list pgsql-sql

From ashok raj
Subject TRIGGERS and FUNCTIONS
Date
Msg-id 399c75c20708192156i62567ce7obf933be20fed7ff@mail.gmail.com
Whole thread Raw
Responses Re: TRIGGERS and FUNCTIONS  (Richard Broersma Jr <rabroersma@yahoo.com>)
List pgsql-sql
 Hello All , <br /><br />               I am having a table named  "test"  with a trigger  " tri_test "  which triggers
thefunction  " replicate() "  on insert, update  and delete .  <br />               Can I able to get the  SQL
STATEMENT which triggers the function replicate ( ) ,  inside the function definition replicate ( ) . <br
/>              So that I could execute that statement in the remote postgreSQL server <br /><br />Please help <br
/>ashok        <br /> 

pgsql-sql by date:

Previous
From: Jean-David Beyer
Date:
Subject: Re: there is already a transaction in progress ?
Next
From: Richard Broersma Jr
Date:
Subject: Re: TRIGGERS and FUNCTIONS