Re: language "plpgsql" does not exist

From: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
To: Bruce Young <hbrucey(at)yahoo(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: language "plpgsql" does not exist
Date: 2003-05-23 09:43:33
Message-ID: Pine.LNX.4.44.0305231241170.14463-100000@emo.org.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


Hİ,

On Thu, 22 May 2003, Bruce Young wrote:

> # ERROR: language "plpgsql" does not exist

Use createlang for installing plpgsql to that database.

usage: createlang plpgsql dbname

Remember that createlang may require additional options like username,
port, etc. Detailed usage is written in man page.

Regards,
--
Devrim GUNDUZ
devrim(at)gunduz(dot)org devrim(dot)gunduz(at)linux(dot)org(dot)tr
http://www.tdmsoft.com
http://www.gunduz.org

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message David Witham 2003-05-23 09:45:48 Re: language "plpgsql" does not exist
Previous Message Benoît Bournon 2003-05-23 07:38:35 Re: tablename as attribute in pgplsql