The term interfaces is a bit ambiguous and unclear that hostname/ipaddresses
are expected and not a physical name (eth0, lo0, fxp0, .....) I hope this
patch clears that up a bit to bring it more in line with the official
documentation.
--
Darcy Buskermolen
Wavefire Technologies Corp.
http://www.wavefire.com
ph: 250.717.0200
fx: 250.763.1759
Index: ./src/backend/utils/misc/postgresql.conf.sample
===================================================================
RCS file: /projects/cvsroot/pgsql/src/backend/utils/misc/postgresql.conf.sample,v
retrieving revision 1.163
diff -u -r1.163 postgresql.conf.sample
--- ./src/backend/utils/misc/postgresql.conf.sample 30 Aug 2005 00:58:48 -0000 1.163
+++ ./src/backend/utils/misc/postgresql.conf.sample 1 Sep 2005 21:49:46 -0000
@@ -46,8 +46,9 @@
# - Connection Settings -
-#listen_addresses = 'localhost' # what IP interface(s) to listen on;
- # defaults to localhost, '*' = any
+#listen_addresses = 'localhost' # what IP address(s) to listen on
+ # comma seperated;
+ # defaults to localhost, '*' = all
#port = 5432
#max_connections = 100
# note: increasing max_connections costs ~400 bytes of shared memory per
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match