Re: Different version of PostgreSQL on same machine?

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Different version of PostgreSQL on same machine?
Дата
Msg-id 200403011053.10487.dev@archonet.com
обсуждение исходный текст
Ответ на Different version of PostgreSQL on same machine?  (Karam Chand <karam_chand03@yahoo.com>)
Список pgsql-general
On Monday 01 March 2004 10:31, Karam Chand wrote:
> Hello
>
> In my development area I want to install and run
> various versions of Postgresql on the same machine
> (sorry....but acute shortage of hardware) listening on
> different port.
>
> Is it possible?

Certainly - I believe the Debian packages might support this natively now, but
in any case so long as you compile from source it is straight-forward. You'll
need to specify unique values for:
1. binaries
2. data ($PGDATA)
3. port for internet connection (default is 5432)

Worth searching the archives for this, since this question was asked by
someone else a few weeks ago.
--
  Richard Huxton
  Archonet Ltd

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

Предыдущее
От: Karam Chand
Дата:
Сообщение: Different version of PostgreSQL on same machine?
Следующее
От: Mike Mascari
Дата:
Сообщение: Re: List of reserved keywords and function names in PostgreSQL