Re: [GENERAL] running script on the server

2015-07-28 Thread John McKown
On Tue, Jul 28, 2015 at 10:28 PM, wrote: > > Hi, > > can any of the programming languages (perl, tcl) be used to exec a process > on the server > and open files? > The scenario I have in mind would > - copy some fields of a table to an external text file > - have a script generate binary data fro

Re: [GENERAL] running script on the server

2015-07-28 Thread Adrian Klaver
On 07/28/2015 08:28 PM, haman...@t-online.de wrote: Hi, can any of the programming languages (perl, tcl) be used to exec a process on the server and open files? You are looking for untrusted. For Python that is the only way it comes, hence plpythonu(ntrusted) For Perl see here: http://www

[GENERAL] running script on the server

2015-07-28 Thread hamann . w
Hi, can any of the programming languages (perl, tcl) be used to exec a process on the server and open files? The scenario I have in mind would - copy some fields of a table to an external text file - have a script generate binary data from the text file - load that data into a large object The c