Re: pgAdmin shows two servers with the identical data

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: pgAdmin shows two servers with the identical data
Дата
Msg-id klidp6$ot0$1@gonzo.reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на pgAdmin shows two servers with the identical data  (Bob Futrelle <bob.futrelle@gmail.com>)
Список pgsql-general
On 2013-04-28, Bob Futrelle <bob.futrelle@gmail.com> wrote:
> --001a11c2f448244d3504db64b5d7
> Content-Type: text/plain; charset=ISO-8859-1
>
> I have two PG servers with the same data.
>
> I know the data is the same, because if I change a value in a table
>
> on one server, it changes the value in a table with the same
>
> name in the other server.
>
> in pgAdmin III:
>
>
> Properties for server Local (localhost:5432):
>
> Name: Local
>
> Host: localhost
>
> Port: 5432
>
> Maintenance DB: postgres
>
> UserName: robertfutrelle

that's a TCP/IP  socket connection


> Properties for server Local(local:.s.PGSQL.55432)
>
> Name: Local
>
> Host:
>
> Port: 5432
>
> Maintenance DB: postgres
>
> UserName: robertfutrelle

that's a unix domain socket connection to the same datavase,




--
⚂⚃ 100% natural

В списке pgsql-general по дате отправления:

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: Table containing only valid table names
Следующее
От: Ian Lawrence Barwick
Дата:
Сообщение: Re: pgAdmin shows two servers with the identical data