Using PL/pgSQL with statically built PostgreSQL binaries

Поиск
Список
Период
Сортировка
От Bill Chandler
Тема Using PL/pgSQL with statically built PostgreSQL binaries
Дата
Msg-id 20040713200106.41391.qmail@web51407.mail.yahoo.com
обсуждение исходный текст
Список pgsql-admin
Hi,

I built my Solaris PostgreSQL 7.4.2 installation
using:

  configure --disable-shared

My reason was so that clients that install it would
have everything there in one binary tar file and would
not have to install any gcc lib patches, etc.

Anyway, everything seemed to work great until I wanted
to use stored procedures with PL/pgSQL.  Now it can't
find plpgsql.so.

Is there a way to do what I want to do and still be
able to use PL/pgSQL stored procedures?  Is there a
better way to link statically?  Is there a configure
option to statically link 'plpgsql.a' as well?

thanks,

Bill C



__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail

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

Предыдущее
От: "Konstantin Pelepelin"
Дата:
Сообщение: Re: are there ways for 'idle timeout'?
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [HACKERS] Point in Time Recovery