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.                                  #
#================================================== [EMAIL PROTECTED] #



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


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to