Thread: calling an external (windows) exe
<div class="Section1"><p class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10.0pt; font-family:Arial">Hi,</span></font><p class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10.0pt; font-family:Arial">Is it possible to call an executable from within a PostgreSQL function?</span></font></div>
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 RoySent: Thursday, March 31, 2005 10:41 AMSubject: [INTERFACES] calling an external (windows) exeHi,
Is it possible to call an executable from within a PostgreSQL function?