Re: calling an external (windows) exe - Mailing list pgsql-interfaces

From Sean Davis
Subject Re: calling an external (windows) exe
Date
Msg-id 004d01c537e5$26a9ae20$5179f345@WATSON
Whole thread Raw
In response to calling an external (windows) exe  ("Peter Roy" <Peter.Roy@tideway.com>)
List pgsql-interfaces
You can with several of the procedure languages, though I think you would have to use the "untrusted" versions.  I use pl/perl (untrusted) which has the system command.  You can read the docs on the different procedure languages at:
 
 
Sean
----- Original Message -----
From: Peter Roy
Sent: Thursday, March 31, 2005 10:41 AM
Subject: [INTERFACES] calling an external (windows) exe

Hi,

Is it possible to call an executable from within a PostgreSQL function?

pgsql-interfaces by date:

Previous
From: Jerry Day
Date:
Subject: Problems with PQfmod() returning -1 on varchar field (libpq-8.0.0 )?
Next
From: Bruce Momjian
Date:
Subject: Re: Problems with PQfmod() returning -1 on varchar field