Re: PLPGSQL Installation

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: Honza Rudovsky <XRUDOVSK(at)cs(dot)felk(dot)cvut(dot)cz>, pgsql-novice(at)postgresql(dot)org
Subject: Re: PLPGSQL Installation
Date: 2001-11-14 15:59:20
Message-ID: web-505828@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Jan,

You need to do this as well:

CREATE FUNCTION plpgsql_call_handler () RETURNS OPAQUE AS
'/usr/local/pgsql/lib/plpgsql.so' LANGUAGE 'C';

See
http://www.postgresql.org/idocs/index.php?xplang.html#XPLANG-INSTALL
For more details.

-Josh

______AGLIO DATABASE SOLUTIONS___________________________
Josh Berkus
Complete information technology josh(at)agliodbs(dot)com
and data management solutions (415) 565-7293
for law firms, small businesses fax 621-2533
and non-profit organizations. San Francisco

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Josh Berkus 2001-11-14 16:01:33 Re: configuration problems
Previous Message Tom Lane 2001-11-14 15:44:54 Re: PLPGSQL Installation