Re: [HACKERS] Problem enabling pltcl

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: patrickdlogan(at)home(dot)com
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Problem enabling pltcl
Date: 1999-09-08 17:30:10
Message-ID: 37D69D22.8876C0C4@wgcr.org
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.

Lamar Owen
WGCR Internet Radio

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alois Maier 1999-09-08 17:59:25 Set Transaction Isolation level bug
Previous Message Patrick Logan 1999-09-08 16:49:09 Problem enabling pltcl

Browse pgsql-docs by date

  From Date Subject
Next Message Patrick Logan 1999-09-08 20:32:09 Re: Problem enabling pltcl
Previous Message Patrick Logan 1999-09-08 16:49:09 Problem enabling pltcl

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-09-08 18:28:49 Re: [HACKERS] PG_UPGRADE status?
Previous Message Patrick Logan 1999-09-08 16:49:09 Problem enabling pltcl