Re: [GENERAL] PL/pgSQL

Поиск
Список
Период
Сортировка
От José Soares
Тема Re: [GENERAL] PL/pgSQL
Дата
Msg-id 3725B6FC.2F58E4C@sferacarta.com
обсуждение исходный текст
Ответ на PL/pgSQL  (Andy Lewis <alewis@themecca.net>)
Ответы Re: [GENERAL] PL/pgSQL
Список 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é



В списке pgsql-general по дате отправления:

Предыдущее
От: Chris Bitmead
Дата:
Сообщение: Re: [GENERAL] advice on buying sun hardware to run postgres
Следующее
От: JP Rosevear
Дата:
Сообщение: Re: [GENERAL] unknown symbol 'lo_unlink'