Doc: Fix type of some storage parameters in CREATE TABLE page

Michael Paquier <michael@paquier.xyz>

Commit: 26a26d9f2b20c2fab60ecb67e2f385abb784cc43
Author: Michael Paquier <michael@paquier.xyz>
Date: 2020-03-23T04:38:14Z
Releases: 11.8
Doc: Fix type of some storage parameters in CREATE TABLE page

autovacuum_vacuum_scale_factor and autovacuum_analyze_scale_factor have
been documented as "float4", but "floating type" is used in this case
for GUCs and relation options in the documentation.

Author: Atsushi Torikoshi
Discussion: https://postgr.es/m/CACZ0uYFf_p9BpbjLccx3CA=eM1Hk2Te=ULY4iptGLUhL-JxCPA@mail.gmail.com
Backpatch-through: 9.5

Files

PathChange+/−
doc/src/sgml/ref/create_table.sgml modified +2 −2

Documentation touched

Discussion