RE: [SQL] plpgsql error - Mailing list pgsql-sql

From Michael J Davis
Subject RE: [SQL] plpgsql error
Date
Msg-id 93C04F1F5173D211A27900105AA8FCFC1454D5@lambic.prevuenet.com
Whole thread Raw
Responses Re: [SQL] plpgsql error
List pgsql-sql
Look in the docs for create language.  You need to execute a create language
command to tell postgres to recognize plpgsql.  I believe the library is
created as part of the install process.

> -----Original Message-----
> From:    Adam H. Pendleton [SMTP:apendleton@vgsinc.com]
> Sent:    Monday, May 10, 1999 2:32 PM
> To:    pgsql-sql@hub.org
> Subject:    [SQL] plpgsql error
> 
> I get this error when I try to create a function using plpgsql:
> 
> ERROR:  Unrecognized language specified in a CREATE FUNCTION: 'plpgsql'.
> Recognized languages are sql, C, internal and the created procedural
> languages.
> 
> Do I need to specify another flag when I compile Postgresql?
> 
> Adam
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Si hoc legere scis nimium eruditionis habes.
> 
> 


pgsql-sql by date:

Previous
From: "Adam H. Pendleton"
Date:
Subject: plpgsql error
Next
From: Andy Lewis
Date:
Subject: Re: [SQL] plpgsql error