ERROR: language "plpgsql" does not exist - Mailing list pgsql-general

From Michael
Subject ERROR: language "plpgsql" does not exist
Date
Msg-id b0pra1$66l$1@news.hub.org
Whole thread Raw
Responses Re: ERROR: language "plpgsql" does not exist
List pgsql-general
I just installed the PostgreSQL7.3.1 on a linux server and trying to create
a function .

I got the
ERROR:  language "plpgsql" does not exist

Why?  How can I solve this ?

-- script
CREATE FUNCTION sales_tax(INTEGER) RETURNS REAL AS
 '
 DECLARE
        subtotal ALIAS FOR $1;
 BEGIN
        return subtotal * 0.06;
 END;
 ' Language 'plpgsql';


--
-
Best Regards

              /'"`\  zzzZ  |
             ( - - )          |
---oooO--(_)--Oooo-----------------------------------------------------
Life Is A Journey,  Enjoy The Ride.
**********************************************************************
Michael Shi             Database Developer






pgsql-general by date:

Previous
From: "Sid"
Date:
Subject: ecpg help with 7.3
Next
From: gianpaolo racca
Date:
Subject: Re: list server problems?