Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit896bd6d

Browse files
doc: Fix datatype for postgres_fdw option
The datatype for analyze_sampling had accidentally been set to textand not string. Backpatch to v16 where analyze_sampling first wasintroduced.Author: Shinya Kato <Shinya11.Kato@oss.nttdata.com>Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.at>Discussion:https://postgr.es/m/7fd9166b9fda267411793f39986d7f24@oss.nttdata.comBackpatch-through: v16
1 parenta30a305 commit896bd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/postgres-fdw.sgml

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp