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 a8f144b commit 7155e05Copy full SHA for 7155e05
src/backend/utils/misc/postgresql.conf.sample
@@ -24,11 +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 Time units: ms = milliseconds
28
-# MB = megabytes s = seconds
29
-# GB = gigabytes min = minutes
30
-# TB = terabytes h = hours
31
-# d = days
+# Memory units: B = bytes Time units: ms = milliseconds
+# kB = kilobytes s = seconds
+# MB = megabytes min = minutes
+# GB = gigabytes h = hours
+# TB = terabytes d = days
32
33
34
#------------------------------------------------------------------------------
0 commit comments