PLPERL

From: "Szekely Zsolt-Csaba" <csaba(at)rworker(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: PLPERL
Date: 2003-05-21 15:23:39
Message-ID: bag5ri$u52$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

I want to implement a stored procedure written in plperl
which is able to evaluate expressions.
i would like to do something like :

...
my ($a,$b,$c);
$a=1;
$b=2;

eval ''$c=$a+$b;'';
return $c;
...
Is it possible to do expression evaluation in plperl or other language?

Responses

  • Re: PLPERL at 2003-05-25 05:37:01 from Alvaro Herrera

Browse pgsql-general by date

  From Date Subject
Next Message greg 2003-05-21 15:37:59 Re: TIMESTAMP SUBTRACTION (retry, list is bouncing emails)
Previous Message scott.marlowe 2003-05-21 15:22:46 Re: caching query results