Re: Install two different versions of postgres which should run in parallel

From: Gerardo Herzig <gherzig(at)fmed(dot)uba(dot)ar>
To: Loredana Curugiu <loredana(dot)curugiu(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Install two different versions of postgres which should run in parallel
Date: 2007-08-10 15:11:08
Message-ID: 46BC800C.5070000@fmed.uba.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-novice pgsql-sql

Loredana Curugiu wrote:

>Hi all,
>
>I need to have two different vesions of postgres running in parallel on
>different ports. Does anyone knows how to install two different versions
>of postgres (7.4.5 and 8.2.4) on the same computer? I am using Linux
>operating system.
>
>Any information would greatly be appreciated.
>
>Loredana
>
>
>
Shure. You just have to take care about --prefix (executable path) and
--with-pgport (default port) when you ./configure, and also take care of
the datadir you chose when executing initdb.

Good luck.
Gerardo

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Scott Marlowe 2007-08-10 15:21:31 Re: [SQL] Install two different versions of postgres which should run in parallel
Previous Message Giuseppe Sacco 2007-08-10 12:44:10 Re: Install two different versions of postgres which should run in parallel

Browse pgsql-novice by date

  From Date Subject
Next Message Peter N. Ernst 2007-08-10 15:17:25 Free designable front end for PostgreSQL
Previous Message Giuseppe Sacco 2007-08-10 12:44:10 Re: Install two different versions of postgres which should run in parallel

Browse pgsql-sql by date

  From Date Subject
Next Message Scott Marlowe 2007-08-10 15:21:31 Re: [SQL] Install two different versions of postgres which should run in parallel
Previous Message Andreas Joseph Krogh 2007-08-10 14:53:12 Index usage in order by with multiple columns in order-by-clause