Re: pl/Perl

From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: Jie Liang <jliang(at)ipinc(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-sql(at)postgresql(dot)org
Subject: Re: pl/Perl
Date: 2001-03-15 21:26:23
Message-ID: 200103152126.QAA03934@jupiter.jw.home
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Jie Liang wrote:
> Tom,
>
> 1.Where or how I can get pltcl.so? I have not find this file anywhere in
> my
> source except a pltcl.c.
> 2.Dose installation same as plpgsql?
> i.e.
> CREATE FUNCTION pltcl_call_handler () RETURNS OPAQUE AS
> '/usr/local/pgsql/lib/pltcl.so' LANGUAGE 'C';
> CREATE TRUSTED PROCEDURAL LANGUAGE 'pltcl'
> HANDLER pltcl_call_handler
> LANCOMPILER 'PL/pgtcl';

No! Please switch to using the createlang shell script.

> 3.Where I can find more doc about pltcl?

Chapter 11 of the PostgreSQL users documentation.

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jan Wieck 2001-03-15 21:44:38 Re: FETCH ... INTO in PL/pgSQL
Previous Message Jan Wieck 2001-03-15 21:17:12 Re: PL/pgSQL "compilation error"