plpgsql.so? - Mailing list pgsql-general

From Steve Wampler
Subject plpgsql.so?
Date
Msg-id 1073313395.32109.3.camel@weaver.tuc.noao.edu
Whole thread Raw
List pgsql-general
Hmmm, I've always used plpgsql.so (also formerly known
as libplpgsql.so, I think...) as in:

   CREATE FUNCTION plpgsql_call_handler () RETURNS language_handler
    AS '/usr/lib/plpgsql.so', 'plpgsql_call_handler'
        LANGUAGE c;

   CREATE TRUSTED PROCEDURAL LANGUAGE plpgsql HANDLER
       plpgsql_call_handler;

but a system I recently upgraded to RH 9 RPMS doesn't seem to
have this library - and the www.postgresql.org search engines
don't find any references to plpgsql.so at all.

Is there some other library that now provides access to plpgsql?

Thanks!
Steve

--
Steve Wampler -- swampler@noao.edu
The gods that smiled on your birth are now laughing out loud.

pgsql-general by date:

Previous
From: "Jiri D. Hoogeveen"
Date:
Subject: unsubscribe
Next
From: Oleg Bartunov
Date:
Subject: Announce: Search PostgreSQL related resources