From: Bruce Momjian Date: Sat, 20 Jan 2007 21:42:06 +0000 (+0000) Subject: Add documentation of memory and time units to postgresql.conf. X-Git-Tag: REL8_2_2~25 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=9352ed9a9cec218e5ca1f28dab997e3edd011eb5;p=users%2Fhanada%2Fpostgres.git Add documentation of memory and time units to postgresql.conf. Backpatch to 8.2.X for new initdbs. --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 196cae54a3..c1046fa86e 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -23,6 +23,9 @@ # server for the changes to take effect, or use "pg_ctl reload". Some # settings, which are marked below, require a server shutdown and restart # to take effect. +# +# Memory units: kB = kilobytes MB = megabytes GB = gigabytes +# Time units: ms = milliseconds s = seconds min = minutes h = hours d = days #---------------------------------------------------------------------------