Re: a trigger that sends an email + returning multiple records - Mailing list pgsql-interfaces

From Moray McConnachie
Subject Re: a trigger that sends an email + returning multiple records
Date
Msg-id 00c101bf9fb8$89107820$760e01a3@oucs.ox.ac.uk
Whole thread Raw
In response to a trigger that sends an email  ("Oscar Serrano" <oserra@fondos.net>)
Responses RE: a trigger that sends an email + returning multiple records  ("Oscar Serrano" <oserra@fondos.net>)
List pgsql-interfaces
7.0 provides support for calling Perl functions, although I haven't had time
to experiment with it. In beta4 (not sure about earlier betas), it can be
found in the src/interfaces/perl5 directory, with examples in the eg
subdirectory beneath that...
Looks pretty good, although I guess it still can't return multiple records.

Incidentally, I've just thought of a work around for not being able to
return multiple records, although I'm not sure how exactly it would work.
Could one have a function that would create a table with (e.g.) a random
time-based name, fill it with the desired records, and return the name of
the table as the result of the argument?

Could one do for example, something like

SELECT searchid FROM searchfunction('criteria1','criteria2','criteria3')

or is that going to be rejected because you can't have functions returning
tablenames?

Haven't got time to look at any of this :-<
Yours,
Moray
----------------------------------------------------------------
Moray.McConnachie@computing-services.oxford.ac.uk
----- Original Message -----
From: "Oscar Serrano" <oserra@fondos.net>
To: "pgsql-interfaces@postgreSQL.org" <pgsql-interfaces@postgresql.org>
Sent: Thursday, April 06, 2000 9:50 AM
Subject: [INTERFACES] a trigger that sends an email


> Hi:
>
> I need to do something special.
> I need that when a new record is inserted in one of my tables, the system
> sends an email.
> I thing I need to create a trigger. And I thing I need to create a
function
> that sends an email.
> Is it possible?
> May I do the function that sends the email in Perl?
>
> Any idea?
>
> Thank you very much.
>
>
>



pgsql-interfaces by date:

Previous
From: Peter Mount
Date:
Subject: RE: a simple question about JDBC
Next
From: "Oscar Serrano"
Date:
Subject: RE: a trigger that sends an email + returning multiple records