Re: Two instances show same databases - Mailing list pgsql-general

From Jose Hales-Garcia
Subject Re: Two instances show same databases
Date
Msg-id 825E59C2-97CB-41B0-AC51-D9B6A73BA6F9@stat.ucla.edu
Whole thread Raw
In response to Re: Two instances show same databases  (Scott Mead <scottm@openscg.com>)
List pgsql-general

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,
Jose
.......................................................
Jose Hales-Garcia
UCLA Department of Statistics

pgsql-general by date:

Previous
From: Bartosz Dmytrak
Date:
Subject: Re: "EXECUTE command-string INTO target USING expression" isn't working
Next
From: Michael Paquier
Date:
Subject: Re: Compile docs on ArchLinux