projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67f0632
)
Add documentation of memory and time units to postgresql.conf.
author
Bruce Momjian
<bruce@momjian.us>
Sat, 20 Jan 2007 21:42:03 +0000
(21:42 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 20 Jan 2007 21:42:03 +0000
(21:42 +0000)
Backpatch to 8.2.X for new initdbs.
src/backend/utils/misc/postgresql.conf.sample
patch
|
blob
|
history
diff --git
a/src/backend/utils/misc/postgresql.conf.sample
b/src/backend/utils/misc/postgresql.conf.sample
index fb8d0bca86ae4e9eaedf9feaf13a04ff3c58cda3..5e6ecacb74496dac71c0f3973d0054717d7c9ed7 100644
(file)
--- 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
#---------------------------------------------------------------------------