From: | Honza Rudovsky <XRUDOVSK(at)cs(dot)felk(dot)cvut(dot)cz> |
---|---|
To: | pgsql-novice(at)postgresql(dot)org |
Subject: | PLPGSQL Installation |
Date: | 2001-11-12 15:22:48 |
Message-ID: | Pine.VMS.3.91-2(vms).1011112155811.29788A-100000@cs.felk.cvut.cz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Hi,
I have some problems running the procedural extension PLPGSQL.
I install PLPGSQL into my database using the "createlang" command and
everything seems to be OK, when I check it using "createlang -l".
Then I create a simple function, cut'n'pasted from the manual, and insert
it into the database. This also seems to be working quite fine.
But when I try to run this (or any other) PLPGSQL function, i get this
error message: "plpgsql: ERROR during compile of xxx near line 1".
Is there anything else I need to do (apart from running "createlang") in
order to use PLPGSQL or am I doing something wrong here?
Any kind of help is highly appreciated.
Thanks very much,
Jan Rudovsky
From | Date | Subject | |
---|---|---|---|
Next Message | Luz Lopez | 2001-11-12 15:28:49 | Re: Query very slow |
Previous Message | Henk | 2001-11-12 10:20:07 | config problems |