| From: | Steve Wampler <swampler(at)noao(dot)edu> |
|---|---|
| To: | Postgres-General <pgsql-general(at)postgresql(dot)org> |
| Subject: | plpgsql.so? |
| Date: | 2004-01-05 14:36:35 |
| Message-ID: | 1073313395.32109.3.camel@weaver.tuc.noao.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)noao(dot)edu
The gods that smiled on your birth are now laughing out loud.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Oleg Bartunov | 2004-01-05 14:49:04 | Announce: Search PostgreSQL related resources |
| Previous Message | Jiri D. Hoogeveen | 2004-01-05 14:17:46 | unsubscribe |