Re: C trigger using system(3) to execute a php script

From: Douglas McNaught <doug(at)mcnaught(dot)org>
To: David Rio Deiros <driodeiros(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: C trigger using system(3) to execute a php script
Date: 2006-02-16 20:21:09
Message-ID: 87fymj9hsa.fsf@suzuka.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David Rio Deiros <driodeiros(at)gmail(dot)com> writes:

> The code was already in php... plus I am including some other php
> files so I would have to parse that files from C if I write all in C. I
> basically didn't want to do extra work.

There's a PL/PHP out there, but I don't know if it's sufficiently
advanced to be able to write triggers in it...

-Doug

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Devrim GUNDUZ 2006-02-16 20:36:41 Re: Minor Releases 7.3 thru 8.1 Available to Fix Security
Previous Message David Rio Deiros 2006-02-16 20:16:22 Re: C trigger using system(3) to execute a php script