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

2007-08-13 Thread Gerardo Herzig
Check the postgresql.conf in the $prefix/data dir. Also post the exact error log (which in this case should be some like "address already in use", because port 5432 is in use by the 8.2.4 version), and also the exact command you are executing. Cheers. Gerardo I didn't succeed installing the

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

2007-08-13 Thread Loredana Curugiu
I didn't succeed installing the two versions of postgres. For installing I am running the "configure" script as follows: ./configure --prefix=/usr/local/pgsql-7.4.5 --with-java --with-pgport=6947 Although I specify a different port than the default one, the postgres it is installed with the defa

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

2007-08-10 Thread Scott Marlowe
On 8/10/07, Loredana Curugiu <[EMAIL PROTECTED]> 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 > opera

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

2007-08-10 Thread Gerardo Herzig
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

[SQL] Install two different versions of postgres which should run in parallel

2007-08-10 Thread Loredana Curugiu
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