Re: [HACKERS] Problem enabling pltcl

From: wieck(at)debis(dot)com (Jan Wieck)
To: lamar(dot)owen(at)wgcr(dot)org (Lamar Owen)
Cc: patrickdlogan(at)home(dot)com, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Problem enabling pltcl
Date: 1999-09-09 10:53:10
Message-ID: m11P1pG-0003kLC@orion.SAPserv.Hamburg.dsh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-docs pgsql-hackers

>
> Patrick Logan wrote:
> > ERROR: Unrecognized language specified in a CREATE FUNCTION:
> > 'pltcl'. Recognized languages are sql, C, internal and the
> > created procedural languages.
> >
> > The docs say that pltcl is enabled if it is built with the TCL
> > option. What am I missing?
>
> CREATE LANGUAGE (command line utility 'createlang'). See the regression
> test shell script (src/test/regress/regress.sh) for an example using
> plpgsql. The PL's are not created and installed by default, apparently.

Yepp - it's a doc mistake because first I made it that way
and we decided later not to install by default into template1
and provide createlang instead.

Jan

--

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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alois Maier 1999-09-11 08:32:48 Re: [BUGS] Set Transaction Isolation level bug
Previous Message Vadim Mikheev 1999-09-09 01:10:25 Re: [BUGS] Set Transaction Isolation level bug

Browse pgsql-docs by date

  From Date Subject
Next Message Jan Wieck 1999-09-09 10:58:56 Re: [HACKERS] Re: Problem enabling pltcl
Previous Message Tom Lane 1999-09-08 21:42:45 Re: [HACKERS] Re: Problem enabling pltcl

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 1999-09-09 10:58:56 Re: [HACKERS] Re: Problem enabling pltcl
Previous Message Stéphane FILLON 1999-09-09 08:14:40 How to use pg_log ?