Re: [GENERAL] Executing external scripts

From: <kaiq(at)realtyideas(dot)com>
To: Mark Jewiss <Mark(dot)Jewiss(at)knowledge(dot)com>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Executing external scripts
Date: 1999-11-30 15:42:47
Message-ID: Pine.LNX.4.10.9911300936330.7013-100000@picasso.realtyideas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

you did not study the archive hard enough ;-) somebody answered your
question days ago:
no PL for perl. you can use system() (in C) to
hack perl into c. in short, you need to learn c, just a little bit
(ask a c guy for help). -- or has somebody already done this before,
could you send the example code to the listing? thanks!

Kai

On Tue, 30 Nov 1999, Mark Jewiss wrote:

> Hello,
>
> I've been doing some reading through the documentation and the archives of
> this list but have not got very far yet.
>
> I want to be able to create a trigger that when fired will execute an
> external script. I may require arguments to be passed to the script from
> the trigger.
>
> I can't find a definate yes/no as to whether this can actually be done or
> not in Postgresql 6.5.* - does anybody know?
>
> Looking over the functions section, I might be able to do what I need to
> do using one of the languages. However, I don't know C, and it does not
> apply to what I'm doing anyway. I need to use Perl, but this means writing
> a procedural language handler, which has to be done in C, which I don't
> really know..... :(
>
> Has anybody written, or knows of the existence of, a PL for Perl for
> Postgresql?
>
> Regards,
>
> Mark.
> --
> Mark Jewiss
> Knowledge Matters Limited
> http://www.knowledge.com
>
>
> ************
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ed Loehr 1999-11-30 17:05:46 Re: [GENERAL] Sorting a table...
Previous Message Karel Zak - Zakkr 1999-11-30 15:32:43 Re: [GENERAL] PGSQL C Interface