Discussion:
tcpip_socket=false and psql is working?
(too old to reply)
t***@euskalnet.net
2004-05-20 19:00:34 UTC
Permalink
Hi all,

I have compiled 7.4.1 on Debian Woody and found psql is working even if
tcpip_socket is set to false in postgresql.conf

Does anybody know about this or am I on LSD

Thanks,

Roman
(somewhat confused)


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html
Bruce Momjian
2004-05-20 22:33:58 UTC
Permalink
Post by t***@euskalnet.net
Hi all,
I have compiled 7.4.1 on Debian Woody and found psql is working even if
tcpip_socket is set to false in postgresql.conf
Sure, it uses unix domain sockets.
--
Bruce Momjian | http://candle.pha.pa.us
***@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org
Andrew Sullivan
2004-05-28 17:18:32 UTC
Permalink
Post by t***@euskalnet.net
Hi all,
I have compiled 7.4.1 on Debian Woody and found psql is working even if
tcpip_socket is set to false in postgresql.conf
Working on the same box? It's probably using UNIX domain sockets.
Try psql -h 127.0.0.1; if that works, you have a problem.

A
--
Andrew Sullivan | ***@crankycanuck.ca

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
Loading...