From: Tom Lane Date: Wed, 9 Nov 2005 17:44:10 +0000 (+0000) Subject: Fix misspelling of 'listen_addresses', per Devrim. X-Git-Tag: REL8_2_BETA1~1944 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0dd92d56b58b6b80d2c0b34aa25e8fa8cd922c5d;p=thirdparty%2Fpostgresql.git Fix misspelling of 'listen_addresses', per Devrim. --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index af042740ad8..1c68f2231e8 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -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.