Re: [SQL] PlPerl

2001-10-07 Thread Alex Pilosov
On Mon, 8 Oct 2001, Aasmund Midttun Godal wrote: > 1. Is there a plperlu? ... unsafe version of perl? In 7.2, there will be. In 7.1, you have to apply patches manually. > 2. Is it possible to select which packages the plperl should have access to? In 7.2, plperlu can do anything. plperl in eithe

Re: [SQL] plperl

2001-06-07 Thread Clayton Cottingham aka drfrog
Time Co-Ordinate Tue, 05 Jun 2001 19:45:55 -0400, The Organism labeled Tom Lane said: > clayton cottingham <[EMAIL PROTECTED]> writes: > > how does one execute an sql statement from inside a plperl function? > > At the moment, one doesn't. > > This is one of a number of features that have

Re: [SQL] plperl

2001-06-05 Thread Jie Liang
As I know, plperl doesn't support that yet. plpgsql does, so does pltcl. Jie LIANG St. Bernard Software 10350 Science Center Drive Suite 100, San Diego, CA 92121 Office:(858)320-4873 [EMAIL PROTECTED] www.stbernard.com www.ipinc.com On Tue, 5 Jun 2001, clayton cottingham wrote: > hello: > >

Re: [SQL] plperl

2001-06-05 Thread Tom Lane
clayton cottingham <[EMAIL PROTECTED]> writes: > how does one execute an sql statement from inside a plperl function? At the moment, one doesn't. This is one of a number of features that have to be finished before plperl can be classed as more than a proof-of-concept exercise. However, Mark Holl

Re: [SQL] plperl

2000-10-26 Thread Peter Eisentraut
Jie Liang writes: > "../../../src/Makefile.global", line 304: Need an operator > make: fatal errors encountered -- cannot continue > su-2.04# > > what I need to do? Use GNU make. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [SQL] plperl

2000-10-26 Thread Tom Lane
Jie Liang <[EMAIL PROTECTED]> writes: > su-2.04# make > "../../../src/Makefile.global", line 135: Need an operator > "../../../src/Makefile.global", line 139: Missing dependency operator Hmm, is "make" on your machine GNU make? If not try "gmake". regards, tom lane