Skip to content

Commit 0cf79a7

Browse files
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
1 parent 393b559 commit 0cf79a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/postgres-fdw.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ OPTIONS (ADD password_required 'false');
337337
<variablelist>
338338

339339
<varlistentry>
340-
<term><literal>analyze_sampling</literal> (<type>text</type>)</term>
340+
<term><literal>analyze_sampling</literal> (<type>string</type>)</term>
341341
<listitem>
342342
<para>
343343
This option, which can be specified for a foreign table or a foreign

0 commit comments

Comments
 (0)