From: | "Vilson farias" <vilson(dot)farias(at)digitro(dot)com(dot)br> |
---|---|
To: | "Marc Wrubleski" <mlwruble(at)sorexsoftware(dot)com>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: enable pl/pgsql in postgres from postgres-server-7.0.3-2 RPM |
Date: | 2001-03-30 14:55:57 |
Message-ID: | 001901c0b929$87187aa0$98a0a8c0@dti.digitro.com.br |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
My RPM install didn't set pl/pgsql too... I needed to write this code :
Execute psql template1
After this, type these 2 lines :
CREATE FUNCTION plpgsql_call_handler () RETURNS opaque AS
'/usr/lib/pgsql/plpgsql.so' LANGUAGE 'C';
CREATE PROCEDURAL LANGUAGE 'plpgsql' HANDLER plpgsql_call_handler
LANCOMPILER 'PL/PgSql internal';
----- Original Message -----
From: Marc Wrubleski <mlwruble(at)sorexsoftware(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Quarta-feira, 28 de Março de 2001 17:55
Subject: [GENERAL] enable pl/pgsql in postgres from postgres-server-7.0.3-2
RPM
: I installed Postgres from the 7.0.3-2 RPM on the Redhat site, and it
: works well, and the plpgsql.so library exists, but how do I enable this
: procedural language.
:
: I know how to do it from source, but my customer demands I install from
: RPM.
:
: Thanks in advance.
:
: Marc Wrubleski
:
:
: ---------------------------(end of broadcast)---------------------------
: TIP 6: Have you searched our list archives?
:
: http://www.postgresql.org/search.mpl
:
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-03-30 14:56:50 | Re: database dirs very stange on solaris |
Previous Message | Mihai Gheorghiu | 2001-03-30 14:47:36 | What is faster? |