Re: Installing plpgsql proc language - Mailing list pgsql-novice

From Tom Lane
Subject Re: Installing plpgsql proc language
Date
Msg-id 12720.1061403868@sss.pgh.pa.us
Whole thread Raw
In response to Installing plpgsql proc language  (Juan F Diaz <j-diaz@publicar.com>)
List pgsql-novice
Juan F Diaz <j-diaz@publicar.com> writes:
> [whatever:/wherever] createlang plpgsql dbo
> ERROR:  Load of file /Library/PostgreSQL/lib/postgresql/plpgsql.so
> failed: no error message available

> any help would be greatly appreciated (i run postgre under mac os x
> 10.2.6 client)

Sorry about the lack of useful error message :-( --- the original coding
for our dynamic-loader support on OS X didn't bother to handle error
message feedback, and we didn't remember to finish it for awhile.

If you don't mind compiling your own version, get the latest version of
src/backend/port/dynloader/darwin.c from our CVS server (or 7.4beta1).
It should drop into any recent PG release, and then you can find out
what condition is hiding behind the "no error message available".

            regards, tom lane

pgsql-novice by date:

Previous
From: Juan F Diaz
Date:
Subject: Installing plpgsql language
Next
From: "dan"
Date:
Subject: Help with pg_restore