Fix misspelling of 'listen_addresses', per Devrim.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 9 Nov 2005 17:44:22 +0000 (17:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 9 Nov 2005 17:44:22 +0000 (17:44 +0000)
src/backend/utils/misc/postgresql.conf.sample

index 86640efa7da7b2ec818f7b815f808c89d77dcdda..021b732096dbfe1371107ee751e155cf615ad4c6 100644 (file)
@@ -21,7 +21,7 @@
 # This file is read on postmaster startup and when the postmaster
 # receives a SIGHUP. If you edit the file on a running system, you have 
 # to SIGHUP the postmaster for the changes to take effect, or use 
-# "pg_ctl reload". Some settings, such as listen_address, require
+# "pg_ctl reload". Some settings, such as listen_addresses, require
 # a postmaster shutdown and restart to take effect.
 
 
 
 #fsync = true                  # turns forced synchronization on or off
 #wal_sync_method = fsync       # the default varies across platforms:
-                               # fsync, fdatasync, open_sync, or open_datasync
+                               # fsync, fdatasync, fsync_writethrough,
+                               # open_sync, open_datasync
 #wal_buffers = 8               # min 4, 8KB each
 #commit_delay = 0              # range 0-100000, in microseconds
 #commit_siblings = 5           # range 1-1000