From: Bruce Momjian Date: Mon, 6 Apr 2009 18:40:47 +0000 (+0000) Subject: Display postgresql.conf unit options in an easier-to-understand, X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=3ba34ebb73ee090d2fb94326a47c62a25938bb60;p=users%2Fsimon%2Fpostgres.git Display postgresql.conf unit options in an easier-to-understand, 2-column format. --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index f3aaf818ad..8dff94fd50 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 #------------------------------------------------------------------------------