Can't add PL/PGSQL function even after running createlang.

From: "Michael R(dot) Fahey" <mfahey(at)qilinlaw(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Can't add PL/PGSQL function even after running createlang.
Date: 2001-09-30 10:02:55
Message-ID: 412DD2FBFC58D543B7FE12ABF0D305F63AAD0E@mail.qilinlaw.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm trying to add the add_one example from the documentation
(Programming 24.4, ex. 24-2). When I try to create the function, psql
complains that the language is unrecognized. I have already run
createlang plpgsql template1 from the command line and then added a test
database. I want to add the function to the test database. Also,
createlang -l test and createlang -l template1 show no functional
languages installed. Any ideas?

I'm running 7.1.3.

Thanks.

Michael

Responses

Browse pgsql-general by date

  From Date Subject
Next Message R Talbot 2001-09-30 13:32:34 [Fwd: Dir /pgsql/lib Files?]
Previous Message Martijn van Oosterhout 2001-09-30 03:45:23 Re: Why search term results different query plan?