Re: Failed to create a function

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: Roy MacGregor Paterson <roy(at)macgregortech(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Failed to create a function
Date: 2003-11-25 16:43:56
Message-ID: 20031125084211.E18318@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


On Tue, 25 Nov 2003, Roy MacGregor Paterson wrote:

> webdav'# ' LANGUAGE 'plpgsql';
> ERROR: language "plpgsql" does not exist

You should use the createlang script to create the plpgsql handler in the
database in question (if you want future databases to automatically get
it, you may wish to also create it into template1).

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Luca Ferrari 2003-11-25 17:01:44 a trigger for time
Previous Message Roy MacGregor Paterson 2003-11-25 15:55:43 Failed to create a function