]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Fix datatype for postgres_fdw option
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 4 Mar 2024 09:52:19 +0000 (10:52 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
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 <Shinya11.Kato@oss.nttdata.com>
Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.at>
Discussion: https://postgr.es/m/7fd9166b9fda267411793f39986d7f24@oss.nttdata.com
Backpatch-through: v16

doc/src/sgml/postgres-fdw.sgml

index c177fd41bcb1146b4d972245a9ddcfc03aa71bd6..b2406eea49b926968f485c92a0468e5f9a95371e 100644 (file)
@@ -337,7 +337,7 @@ OPTIONS (ADD password_required 'false');
    <variablelist>
 
     <varlistentry>
-     <term><literal>analyze_sampling</literal> (<type>text</type>)</term>
+     <term><literal>analyze_sampling</literal> (<type>string</type>)</term>
      <listitem>
       <para>
        This option, which can be specified for a foreign table or a foreign