diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-01-20 21:42:03 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-01-20 21:42:03 +0000 |
commit | ebef17c7a2f69c932f19381837a8a152fc8b84f2 (patch) | |
tree | 3413d07ff599722cd177a361f714d4706e1910e9 | |
parent | 67f06327f99bf484dd6aad067a8dd0eea6d7fcec (diff) | |
download | postgresql-ebef17c7a2f69c932f19381837a8a152fc8b84f2.tar.gz postgresql-ebef17c7a2f69c932f19381837a8a152fc8b84f2.zip |
Add documentation of memory and time units to postgresql.conf.
Backpatch to 8.2.X for new initdbs.
-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 fb8d0bca86a..5e6ecacb744 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 #--------------------------------------------------------------------------- |