code.
--
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
d227 1
a227 1
"sub ::mksafefunc { my $x = new Safe;
$x->permit_only(':default');$x->permit(':base_math');"
Attached.
Tom Lane ([EMAIL PROTECTED]) wrote:
> Travis Bauer <[EMAIL PROTECTED]> writes:
> > I have attached a simple change to src/pl/plperl/plperl.c to
> > enable the :bash_math opcodes. Currently plperl.c only
> > enables the :default opcodes. This leave out
w key did not work. Could this be changed
with the next release? I recompiled postgres to upgrade to 7.0.3
(and compile perl support) and when I manually compiled it, the
up arrow worked in psql.
--
--------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
Which version of Solaris was he using? I'm using Solaris 2.7, and 7.0.2
compiled, installed and works without a hitch. The previous release did
not work correctly, but 7.0.2 works fine for me.
Travis Bauer | CS Grad Student