From: | Juan F Diaz <j-diaz(at)publicar(dot)com> |
---|---|
To: | pgsql-novice(at)postgresql(dot)org |
Subject: | Installing plpgsql language |
Date: | 2003-08-20 16:46:52 |
Message-ID: | E69F85A9-D32D-11D7-BF01-00039348E876@publicar.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
hi again, although i re checked the permissions on the file plpgsql.so
(r/w/x), it doesnt work.. this is what i get when using the -e option:
SELECT oid FROM pg_language WHERE lanname = 'plpgsql';
SELECT oid FROM pg_proc WHERE proname = 'plpgsql_call_handler' AND
prorettype = 0 AND pronargs = 0;
SET autocommit TO 'on';CREATE FUNCTION "plpgsql_call_handler" ()
RETURNS LANGUAGE_HANDLER AS '$libdir/plpgsql' LANGUAGE C;
ERROR: Load of file /Library/PostgreSQL/lib/postgresql/plpgsql.so
failed: no error message available
createlang: language installation failed
help me please!
thanks
JuanF
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-08-20 18:24:28 | Re: Installing plpgsql proc language |
Previous Message | Juan F Diaz | 2003-08-20 12:57:24 | Re: Installing plpgsql proc language |