Re: Good tutorial on plperl.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bhuvan A <bhuvansql(at)yahoo(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Good tutorial on plperl.
Date: 2002-01-25 19:40:09
Message-ID: 462.1011987609@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Bhuvan A <bhuvansql(at)yahoo(dot)com> writes:
> where can i get some good tutorials on plperl?

Dunno about an actual tutorial, but I've improved the standard docs
for 7.2:
http://candle.pha.pa.us/main/writings/pgsql/sgml/plperl.html
This does assume you already know Perl.

Note that the examples show
LANGUAGE plperl;
which is allowed in 7.2, but in 7.1 you must write
LANGUAGE 'plperl';

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Oleg Bartunov 2002-01-25 19:50:55 Re: LIMIT Optimization
Previous Message Bruce Momjian 2002-01-25 19:36:30 Re: LIMIT Optimization