forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbb95fea
committed
Document "B" and "us" as accepted units in postgres.conf.sample
In postgresql.conf, memory and file size GUCs can be specified with "B"(bytes) as ofb06d8e5. Likewise, time GUCs can be specified with "us"(microseconds) as ofcaf626b. Update postgres.conf.sample to reflectthat fact.Pavel LuzanovBackpatch to v12, which is the earliest version that allows both ofthese units. A separate commit will document the "B" case for v11.Discussion:https://www.postgresql.org/message-id/flat/f10d16fc-8fa0-1b3c-7371-cb3a35a13b7a%40postgrespro.ru1 parent004874b commitbb95fea
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
|
0 commit comments
Comments
(0)