Re: [HACKERS] Problem enabling pltcl - Mailing list pgsql-hackers

From Lamar Owen
Subject Re: [HACKERS] Problem enabling pltcl
Date
Msg-id 37D69D22.8876C0C4@wgcr.org
Whole thread Raw
In response to Problem enabling pltcl  (Patrick Logan <patrick@c837917-a.potlnd1.or.home.com>)
Responses Re: [HACKERS] Problem enabling pltcl  (wieck@debis.com (Jan Wieck))
List 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


pgsql-hackers by date:

Previous
From: Patrick Logan
Date:
Subject: Problem enabling pltcl
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] PG_UPGRADE status?