listen_addresses = '*' ok, specific address(es) no - Mailing list pgsql-sql

From Geoffrey Knauth
Subject listen_addresses = '*' ok, specific address(es) no
Date
Msg-id 7F9DD4F9-A334-4A52-8501-1DA780CD4D2E@knauth.org
Whole thread Raw
Responses Re: listen_addresses = '*' ok, specific address(es) no
Re: listen_addresses = '*' ok, specific address(es) no
List pgsql-sql
I'm running PostgreSQL 8.1.3.  In my postgresql.conf, the following  
works:   listen_addresses = '*'

but the following does not:   listen_addresses = '192.168.1.33'

I get an error:   WARNING:  could not create listen socket for "192.168.1.33"   FATAL:  could not create any TCP/IP
sockets

I'm running Mac OS X 10.4.6 on PPC, if that makes a difference.

For now, listen_addresses = '*' works for me, but I was curious why I  
couldn't use the more restrictive listen_addresses.

Geoffrey
--
Geoffrey S. Knauth | http://knauth.org/gsk




pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: UTF-8 Problem ?
Next
From: Andrew Sullivan
Date:
Subject: Re: listen_addresses = '*' ok, specific address(es) no