Re: Two instances show same databases

From: Jose Hales-Garcia <jose(dot)halesgarcia(at)stat(dot)ucla(dot)edu>
To: Scott Mead <scottm(at)openscg(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Two instances show same databases
Date: 2012-04-18 21:16:01
Message-ID: 825E59C2-97CB-41B0-AC51-D9B6A73BA6F9@stat.ucla.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paquier 2012-04-19 03:24:59 Re: Compile docs on ArchLinux
Previous Message Bartosz Dmytrak 2012-04-18 21:11:36 Re: "EXECUTE command-string INTO target USING expression" isn't working