function from rule - Mailing list pgsql-general

From sara_software@hotmail.com (sara_software)
Subject function from rule
Date
Msg-id c05ff500.0111301332.1e9373df@posting.google.com
Whole thread Raw
Responses Re: function from rule
List pgsql-general
I have a rule that calls a function on insert to a particular table.

I need this function to get the values from the insert function. so if
someone enters:

insert into this_table values(1,2,3);

I want to declare a variable and assign it the values in the insert
action.

How can I do this?

thx

pgsql-general by date:

Previous
From: Chris Lee
Date:
Subject: Syslog
Next
From: Laszlo Hornyak
Date:
Subject: java stored procedures