"Glen" <[EMAIL PROTECTED]> writes: > If I go with this in my postgresql.conf file, then postgresql doesn't listen > on anything but localhost: > listen_addresses = '*'
You sure it's broken? It only needs to create one socket for that case, not one per NIC. If it indeed doesn't work then there's something wrong with getaddrinfo() on your machine. FWIW, it seems to work fine for me on Fedora Core 3. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq