Try the PL/sh project on www.pgfoundry.org.
Chris
Gevik babakhani wrote:
Dear people,
Does anyone know how to execute an OS command from pgsql. I would like
to create a trigger that op on firing would run/execute an external
program.
Does such functionality exist or do I have to writ
Gevik babakhani wrote:
Dear people,
Does anyone know how to execute an OS command from pgsql. I would like
to create a trigger that op on firing would run/execute an external program.
Does such functionality exist or do I have to write my own trigger
function in C.
Reagrds,
Gevik.
ers@postgresql.org
> Subject: Re: [HACKERS] executing OS programs from pg
>
> "Gevik babakhani" <[EMAIL PROTECTED]> writes:
> > Does anyone know how to execute an OS command from pgsql. I
> would like
> > to create a trigger that op on firing would run/ex
On Fri, Jun 03, 2005 at 20:56:44 +0200,
Gevik babakhani <[EMAIL PROTECTED]> wrote:
> Dear people,
>
>
>
> Does anyone know how to execute an OS command from pgsql. I would like to
> create a trigger that op on firing would run/execute an external program.
>
> Does such functionality exist or
"Gevik babakhani" <[EMAIL PROTECTED]> writes:
> Does anyone know how to execute an OS command from pgsql. I would like to
> create a trigger that op on firing would run/execute an external program.
Use any of the "untrusted" PLs to execute system() or the like.
Whether this is a good idea or not
Dear people,
Does anyone know how to execute an OS command from pgsql. I
would like to create a trigger that op on firing would run/execute an external
program.
Does such functionality exist or do I have to write my own trigger
function in C.
Reagrds,
Gevik.