Re: Two instances show same databases

Поиск
Список
Период
Сортировка
От Jose Hales-Garcia
Тема Re: Two instances show same databases
Дата
Msg-id 825E59C2-97CB-41B0-AC51-D9B6A73BA6F9@stat.ucla.edu
обсуждение исходный текст
Ответ на Re: Two instances show same databases  (Scott Mead <scottm@openscg.com>)
Список 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 по дате отправления:

Предыдущее
От: Bartosz Dmytrak
Дата:
Сообщение: Re: "EXECUTE command-string INTO target USING expression" isn't working
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Compile docs on ArchLinux