Hacker News new | ask | show | jobs
by chungy 3555 days ago
It does. The default PostgreSQL installation binds to port 5432 (I can't recall if that's loopback only, or global), but it can easily be disabled and use AF_UNIX sockets only.
1 comments

I wasn't aware of that. Thanks!