indu ss <[EMAIL PROTECTED]> writes:
> On executing the update statement i get error
> CONTEXT: compile of PL/pgSQL function "pgmail" near
> line 1
> PL/pgSQL function "test" line 10 at assignment
Uh, you didn't show us the actual error, nor the problematic line
within pgmail. (The reference to
Hello,
I want to send mail on update of a field in a table.
I'm using pgmail() function (from sourceforge) . I'm
calling this function from another function which is
called by trigger on update of the field.
On executing the update statement i get error
CONTEXT: compile of PL/pgSQL function "p