forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc81bd3b
committed
Doc: Fix type of some storage parameters in CREATE TABLE page
autovacuum_vacuum_scale_factor and autovacuum_analyze_scale_factor havebeen documented as "float4", but "floating type" is used in this casefor GUCs and relation options in the documentation.Author: Atsushi TorikoshiDiscussion:https://postgr.es/m/CACZ0uYFf_p9BpbjLccx3CA=eM1Hk2Te=ULY4iptGLUhL-JxCPA@mail.gmail.comBackpatch-through: 9.51 parentfaa650a commitc81bd3b
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1461 | 1461 |
| |
1462 | 1462 |
| |
1463 | 1463 |
| |
1464 |
| - | |
| 1464 | + | |
1465 | 1465 |
| |
1466 | 1466 |
| |
1467 | 1467 |
| |
| |||
1491 | 1491 |
| |
1492 | 1492 |
| |
1493 | 1493 |
| |
1494 |
| - | |
| 1494 | + | |
1495 | 1495 |
| |
1496 | 1496 |
| |
1497 | 1497 |
| |
|
0 commit comments
Comments
(0)