Re: pl/Perl - Mailing list pgsql-sql

From Jan Wieck
Subject Re: pl/Perl
Date
Msg-id 200103152126.QAA03934@jupiter.jw.home
Whole thread Raw
In response to Re: pl/Perl  (Jie Liang <jliang@ipinc.com>)
List 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@Yahoo.com #



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



pgsql-sql by date:

Previous
From: Roberto Mello
Date:
Subject: Contribute to the PL/pgSQL CookBook !!
Next
From: Jan Wieck
Date:
Subject: Re: FETCH ... INTO in PL/pgSQL