8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e019178 commit 4ae4d23Copy full SHA for 4ae4d23
src/backend/utils/misc/postgresql.conf.sample
@@ -24,8 +24,11 @@
24
# "postgres -c log_connections=on". Some parameters can be changed at run time
25
# with the "SET" SQL command.
26
#
27
-# Memory units: kB = kilobytes MB = megabytes GB = gigabytes
28
-# Time units: ms = milliseconds s = seconds min = minutes h = hours d = days
+# Memory units: kB = kilobytes Time units: ms = milliseconds
+# MB = megabytes s = seconds
29
+# GB = gigabytes min = minutes
30
+# h = hours
31
+# d = days
32
33
34
#------------------------------------------------------------------------------
0 commit comments