Document "B" as an accepted unit in postgres.conf.sample
In postgresql.conf, memory and file size GUCs can be specified with "B" (bytes) as of b06d8e58b. Pavel Luzanov This is a backpatch to v11 of a portion of bb95feabb. Discussion: https://www.postgresql.org/message-id/flat/f10d16fc-8fa0-1b3c-7371-cb3a35a13b7a%40postgrespro.ru
This commit is contained in:
parent
a8f144bbf0
commit
7155e0522f
@ -24,11 +24,11 @@
|
||||
# "postgres -c log_connections=on". Some parameters can be changed at run time
|
||||
# with the "SET" SQL command.
|
||||
#
|
||||
# Memory units: kB = kilobytes Time units: ms = milliseconds
|
||||
# MB = megabytes s = seconds
|
||||
# GB = gigabytes min = minutes
|
||||
# TB = terabytes h = hours
|
||||
# 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
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user