Re: creating functions

From: Dale Walker <dale(at)icr(dot)com(dot)au>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: creating functions
Date: 2000-08-27 01:11:16
Message-ID: 39A86AB4.99E3375@icr.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Stephan Szabo wrote:
>
> > 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)

got it.....

and guess what the sample function worked!

Thanks for that..

--
Dale Walker dale(at)icr(dot)com(dot)au
Independent Computer Retailers (ICR) http://www.icr.com.au
ICRnet http://www.icr.net.au

In response to

Browse pgsql-general by date

  From Date Subject
Next Message andrew 2000-08-27 01:58:34 Local Users "su'ing" (REPOST)
Previous Message Stephan Szabo 2000-08-27 01:01:30 Re: creating functions