View Single Post

   
  #6 (permalink)  
Old 04-16-2008, 01:51 AM
Loredana Curugiu
 
Posts: n/a
Default Re: Install two different versions of postgres which should run in parallel

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
default port. The port must be specified also in another configuration
files?

Regards,
Loredana

Reply With Quote