Skip to content
Snippets Groups Projects
Commit 4ae4d234 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Display postgresql.conf unit options in an easier-to-understand,

2-column format.
parent e019178c
Branches
Tags
No related merge requests found
......@@ -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
#------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment