diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-01-20 21:42:06 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-01-20 21:42:06 +0000 |
commit | 9352ed9a9cec218e5ca1f28dab997e3edd011eb5 (patch) | |
tree | f796be6a7ebc2bb236168ef396d8f54d61e54cd6 /src | |
parent | 891b9fbba501de467f722c8f7603aee7e8e1b809 (diff) | |
download | postgresql-9352ed9a9cec218e5ca1f28dab997e3edd011eb5.tar.gz postgresql-9352ed9a9cec218e5ca1f28dab997e3edd011eb5.zip |
Add documentation of memory and time units to postgresql.conf.
Backpatch to 8.2.X for new initdbs.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 196cae54a36..c1046fa86ea 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 #--------------------------------------------------------------------------- |