doc: Fix datatype for postgres_fdw option
authorDaniel Gustafsson
Mon, 4 Mar 2024 09:52:19 +0000 (10:52 +0100)
committerDaniel Gustafsson
Mon, 4 Mar 2024 09:52:19 +0000 (10:52 +0100)
The datatype for analyze_sampling had accidentally been set to text
and not string.  Backpatch to v16 where analyze_sampling first was
introduced.

Author: Shinya Kato 
Reviewed-by: Laurenz Albe
Discussion: https://postgr.es/m/7fd9166b9fda267411793f39986d7f24@oss.nttdata.com
Backpatch-through: v16

doc/src/sgml/postgres-fdw.sgml

index 3c54a26c9ab38b19879f23f6e853c5864c0846fc..1a600382e2e771308814aed371d7c2db214fb36f 100644 (file)
@@ -337,7 +337,7 @@ OPTIONS (ADD password_required 'false');
    
 
     
-     analyze_sampling (text)
+     analyze_sampling (string)
      
       
        This option, which can be specified for a foreign table or a foreign