PL/pgSQL - Mailing list pgsql-sql

From Antony Sakellariou
Subject PL/pgSQL
Date
Msg-id 01BFC82F.DA6C1E00@base1.messe.eunet.no
Whole thread Raw
List pgsql-sql
I m using postgresql under linux suse 6.3. I have installed the language as the documentation indicates by creating the
callhandler and the language.
 

Trying to create a function within a database the psql interface is replying that the function is created.
But when I call the function ( it returns just an integer) I see the message " stat failed on file
'/usr/lib/pgsql/lib/plpgsql.so'no such file" .  The strange is that the file exists.
 

Please give me an explanation

Regards
Anthony Sakellariou
Greece




pgsql-sql by date:

Previous
From: Erol Oz
Date:
Subject: Re: joins again
Next
From: Greg Wickham
Date:
Subject: plpgsql variable substitution problem ...