Re: creating functions - Mailing list pgsql-general

From Stephan Szabo
Subject Re: creating functions
Date
Msg-id Pine.BSF.4.10.10008261800140.45631-100000@megazone23.bigpanda.com
Whole thread Raw
In response to creating functions  (Dale Walker <dale@icr.com.au>)
List pgsql-general
> but I received this as the error:
> ----------------------------------------------------------
> ERROR:  Unrecognized language specified in a CREATE FUNCTION:
> 'plpgsql'.  Recognized languages are sql, C, internal and the
> created
> procedural languages.
> ----------------------------------------------------------

By default the procedural languages are not loaded.  There's a
script createlang which you can use to load the plpgsql language
into your database.  (If you want it in all future databases,
I believe if you add it to template1, all later dbs have it
enabled)


pgsql-general by date:

Previous
From: Dale Walker
Date:
Subject: creating functions
Next
From: Dale Walker
Date:
Subject: Re: creating functions