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
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
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:
>
>
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
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/
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