Re: How do I upgrade or coexist PostgreSQL on a Cobalt XTR system?

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: How do I upgrade or coexist PostgreSQL on a Cobalt XTR system?
Дата
Msg-id 20030219165231.D24136@mail.libertyrms.com
обсуждение исходный текст
Ответ на How do I upgrade or coexist PostgreSQL on a Cobalt XTR system?  (P G <pg_dba@yahoo.com>)
Ответы Re: How do I upgrade or coexist PostgreSQL on a Cobalt
Список pgsql-general
On Wed, Feb 19, 2003 at 11:10:30AM -0800, P G wrote:
> system.  Does anyone have or know where I can find
> instructions on how to do either of those options?

Why not just compile an extra PostgreSQL, and put it in its own path?

./configure --prefix=/other/path/to/new/pgsql

ought to work.  The only thing you should need is the right
LD_LIBRARY_PATH to get the libraries for psql, &c., at runtime.  You
can write a little file which sets up the environment for each, if
you need them both.  Then just source the appropriate file when you
want to use the relevant version of PostgreSQL.

I have a little doc we use internally about installing PostgreSQL
without root; I suppose I could alter it for general use if it would
be helpful to people.

A

--
----
Andrew Sullivan                         204-4141 Yonge Street
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M2P 2A8
                                         +1 416 646 3304 x110


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

Предыдущее
От: Dmitry Tkach
Дата:
Сообщение: A problem with sequences...
Следующее
От: Jean-Luc Lachance
Дата:
Сообщение: Re: Table Partitioning in Postgres: