Re: [GENERAL] Two instances show same databases

2012-04-18 Thread Jose Hales-Garcia
On Apr 18, 2012, at 2:00 PM, Scott Mead wrote: > Then you need to connect to the 9.1.3 DB with the 9.1.3 port and the 8.3.5 DB > with the 8.3.5 port: > > psql -p 5432 -l > would show 8.3.5 databases > > psql -p 5433 -l > >would show 9.1.3 databases That solves my problem. Thank you,

Re: [GENERAL] Two instances show same databases

2012-04-18 Thread Scott Mead
On Wed, Apr 18, 2012 at 7:45 PM, Jose Hales-Garcia < jose.halesgar...@stat.ucla.edu> wrote: > > Hello, > > I'm setting up a second instance on a server. The instance versions are > 8.3.5 (original instance) and 9.1.3 (the new instance I'm attempting to set > up). > > I believe I have followed the

Re: [GENERAL] Two instances show same databases

2012-04-18 Thread Raghavendra
On Thu, Apr 19, 2012 at 1:15 AM, Jose Hales-Garcia < jose.halesgar...@stat.ucla.edu> wrote: > > Hello, > > I'm setting up a second instance on a server. The instance versions are > 8.3.5 (original instance) and 9.1.3 (the new instance I'm attempting to set > up). > > I believe I have followed the

[GENERAL] Two instances show same databases

2012-04-18 Thread Jose Hales-Garcia
Hello, I'm setting up a second instance on a server. The instance versions are 8.3.5 (original instance) and 9.1.3 (the new instance I'm attempting to set up). I believe I have followed the steps in setting up a second instance faithfully. The new instance starts up, but I'm seeing that when