Doc: Fix type of some storage parameters in CREATE TABLE page
authorMichael Paquier
Mon, 23 Mar 2020 04:38:10 +0000 (13:38 +0900)
committerMichael Paquier
Mon, 23 Mar 2020 04:38:10 +0000 (13:38 +0900)
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

doc/src/sgml/ref/create_table.sgml

index ff945f81ab4b27719eeff8a702d9f58d85458ce3..8b0dd50d365a1dc4edec67aeb52e6389ef443a66 100644 (file)
@@ -1461,7 +1461,7 @@ WITH ( MODULUS numeric_literal, REM
    
 
    
-    autovacuum_vacuum_scale_factortoast.autovacuum_vacuum_scale_factor (float4)
+    autovacuum_vacuum_scale_factortoast.autovacuum_vacuum_scale_factor (floating point)
     
      autovacuum_vacuum_scale_factor 
      storage parameter
@@ -1491,7 +1491,7 @@ WITH ( MODULUS numeric_literal, REM
    
 
    
-    autovacuum_analyze_scale_factor (float4)
+    autovacuum_analyze_scale_factor (floating point)
     
      autovacuum_analyze_scale_factor
      storage parameter