aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2009-04-06 18:40:47 +0000
committerBruce Momjian <bruce@momjian.us>2009-04-06 18:40:47 +0000
commit4ae4d2343309783eaaf0d2c1c440296778152e9d (patch)
tree392eda11bd2348d289823e4fe9c7627920801385
parente019178c7728893101adc62e8515c6f23e62f9d2 (diff)
downloadpostgresql-4ae4d2343309783eaaf0d2c1c440296778152e9d.tar.gz
postgresql-4ae4d2343309783eaaf0d2c1c440296778152e9d.zip
Display postgresql.conf unit options in an easier-to-understand,
2-column format.
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index f3aaf818ad8..8dff94fd50f 100644
--- 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
#------------------------------------------------------------------------------