Re: reg:conninfo
От | Louis Gonzales |
---|---|
Тема | Re: reg:conninfo |
Дата | |
Msg-id | 441EA039.70106@linuxlouis.net обсуждение исходный текст |
Ответ на | Re: reg:conninfo (Robin Iddon <robin@edesix.com>) |
Список | pgsql-admin |
I'm sorry, please don't confuse a UNIX domain socket with "localhost" which are _not_ the same at all. A UNIX domain socket is nothing more than a file *usually* located in a temporary directory, used for inter-process communication. "localhost" - 127.0.0.1, also used on any TCP/IP configured system, including Windows, which does not support UNIX domain sockets, by default - _is_ a special network address, the loopback device and is used generally to ensure proper functionality of the TCP/IP stack. Robin Iddon wrote: > Sandhya, > > > If you use localhost you will be creating a UNIX domain socket. If > you use the IP address you will create a TCP/IP socket. > > Did you try running with -i yet? It doesn't mean accept remote > connections, it means accept TCP/IP connection. Without it, you > cannot connect to an IP address ... > > Robin > > sandhya wrote: >
В списке pgsql-admin по дате отправления: