projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e019178
)
Display postgresql.conf unit options in an easier-to-understand,
author
Bruce Momjian
<bruce@momjian.us>
Mon, 6 Apr 2009 18:40:47 +0000
(18:40 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 6 Apr 2009 18:40:47 +0000
(18:40 +0000)
2-column format.
src/backend/utils/misc/postgresql.conf.sample
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/postgresql.conf.sample
b/src/backend/utils/misc/postgresql.conf.sample
index f3aaf818ad83d02691fb7ef22a0e3aeef6b59dce..8dff94fd50fc7c1249a50f6b42e9f6cffcdd2e2d 100644
(file)
--- a/
src/backend/utils/misc/postgresql.conf.sample
+++ b/
src/backend/utils/misc/postgresql.conf.sample
@@
-24,8
+24,11
@@
# "postgres -c log_connections=on". Some parameters can be changed at run time
# with the "SET" SQL command.
#
-# Memory units: kB = kilobytes MB = megabytes GB = gigabytes
-# Time units: ms = milliseconds s = seconds min = minutes h = hours d = days
+# Memory units: kB = kilobytes Time units: ms = milliseconds
+# MB = megabytes s = seconds
+# GB = gigabytes min = minutes
+# h = hours
+# d = days
#------------------------------------------------------------------------------