1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-01 14:21:49 +03:00

doc: Fix datatype for postgres_fdw option

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
This commit is contained in:
Daniel Gustafsson 2024-03-04 10:52:19 +01:00
parent a30a305584
commit 896bd6da8e

View File

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