]> granicus.if.org Git - postgresql/commitdiff
Display postgresql.conf unit options in an easier-to-understand,
authorBruce Momjian <bruce@momjian.us>
Mon, 6 Apr 2009 18:40:47 +0000 (18:40 +0000)
committerBruce 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

index f3aaf818ad83d02691fb7ef22a0e3aeef6b59dce..8dff94fd50fc7c1249a50f6b42e9f6cffcdd2e2d 100644 (file)
 # "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
 
 
 #------------------------------------------------------------------------------