From ebef17c7a2f69c932f19381837a8a152fc8b84f2 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sat, 20 Jan 2007 21:42:03 +0000
Subject: [PATCH] Add documentation of memory and time units to
 postgresql.conf. Backpatch to 8.2.X for new initdbs.

---
 src/backend/utils/misc/postgresql.conf.sample | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index fb8d0bca86a..5e6ecacb744 100644
--- 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
 
 
 #---------------------------------------------------------------------------
-- 
GitLab