Skip to content

Commit ebef17c

Browse files
committed
Add documentation of memory and time units to postgresql.conf.
Backpatch to 8.2.X for new initdbs.
1 parent 67f0632 commit ebef17c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
# server for the changes to take effect, or use "pg_ctl reload". Some
2424
# settings, which are marked below, require a server shutdown and restart
2525
# to take effect.
26+
#
27+
# Memory units: kB = kilobytes MB = megabytes GB = gigabytes
28+
# Time units: ms = milliseconds s = seconds min = minutes h = hours d = days
2629

2730

2831
#---------------------------------------------------------------------------

0 commit comments

Comments
 (0)