Re: Cannot reach pg server using -h localhost

Поиск
Список
Период
Сортировка
От Chris Mair
Тема Re: Cannot reach pg server using -h localhost
Дата
Msg-id d87691b8d3db3dfe5654f037dfb93f44@smtp.hushmail.com
обсуждение исходный текст
Ответ на Re: Cannot reach pg server using -h localhost  (Fritz Meissner <fritz.meissner@gmail.com>)
Ответы Re: Cannot reach pg server using -h localhost  (Fritz Meissner <fritz.meissner@gmail.com>)
Список pgsql-general
Hi,

just to be 100% sure everything works upt to the TCP layer...

0. Stop postgres.

1. Open a terminal, enter:

   nc -l 5432

   and leave that running.

2. Open another terminal and enter:

    nc 127.0.0.1 5432

   follow up with some text such as "hello" and then hit CTRL-D

So... did "hello" show up in the first Terminal or not? (it should)

Bye,
Chris.




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

Предыдущее
От: Fritz Meissner
Дата:
Сообщение: Re: Cannot reach pg server using -h localhost
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Setting up HA postgresql