<p><font face="Arial" size="2">Hi,</font><br /><font face="Arial" size="2">I'm new to postgres and using version
7.2.4</font><p><fontface="Arial" size="2">I've created a trigger and function which does the following:</font><br
/> <font face="Arial" size="2">trigger 'T' fires after insert on a spcific table takes place and it executes
function'F'</font><p><font face="Arial" size="2">Function 'F' returns the new record inserted by 'return new'
statement.</font><p><fontface="Arial" size="2">Now my question is:</font><br /><font face="Arial" size="2">How can I
usethis 'new' value in my client program? In this prgm., I want to know which all values are inserted into the
table.</font><p><fontface="Arial" size="2">Help is appreciated.</font><p><font face="Arial" size="2">Thx,</font><br
/><fontface="Arial" size="2">Anagha</font>