Re: [GENERAL] PL/pgSQL

From: José Soares <jose(at)sferacarta(dot)com>
To: Andy Lewis <alewis(at)themecca(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] PL/pgSQL
Date: 1999-04-27 13:09:16
Message-ID: 3725B6FC.2F58E4C@sferacarta.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Andy Lewis ha scritto:

> How does one compile or add PL/pgSQL if it doesn't already exist?
>
> I've searched the DOCS and mailing list and the best that I can come up
> with is an enable script that complains about the missing .sql file.
>
> I'm running 6.4.2

cd postgresql-v6.4.2/src/pl/plpgsql
and run:
make clean
make all
make install
to compile and install plpgsql.so
then
create language by:
cd postgresql-v6.4.2/src/pl/plpgsql/src
psql < mklang.sql

José

In response to

  • PL/pgSQL at 1999-04-27 03:57:44 from Andy Lewis

Responses

Browse pgsql-general by date

  From Date Subject
Next Message JP Rosevear 1999-04-27 13:29:19 Re: [GENERAL] unknown symbol 'lo_unlink'
Previous Message Chris Bitmead 1999-04-27 10:50:09 Re: [GENERAL] advice on buying sun hardware to run postgres