Re: reg:conninfo

From: Louis Gonzales <louis(dot)gonzales(at)linuxlouis(dot)net>
To: Robin Iddon <robin(at)edesix(dot)com>
Cc: Postgres <pgsql-admin(at)postgresql(dot)org>
Subject: Re: reg:conninfo
Date: 2006-03-20 12:29:45
Message-ID: 441EA039.70106@linuxlouis.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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:
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message sandhya 2006-03-20 12:33:37 Re: reg:conninfo
Previous Message sandhya 2006-03-20 12:15:17 Re: reg:conninfo