@@ -195,7 +195,7 @@ OPTIONS (ADD password_required 'false');
195
195
<variablelist>
196
196
197
197
<varlistentry>
198
- <term><literal>schema_name</literal></term>
198
+ <term><literal>schema_name</literal> (<type>string</type>) </term>
199
199
<listitem>
200
200
<para>
201
201
This option, which can be specified for a foreign table, gives the
@@ -206,7 +206,7 @@ OPTIONS (ADD password_required 'false');
206
206
</varlistentry>
207
207
208
208
<varlistentry>
209
- <term><literal>table_name</literal></term>
209
+ <term><literal>table_name</literal> (<type>string</type>) </term>
210
210
<listitem>
211
211
<para>
212
212
This option, which can be specified for a foreign table, gives the
@@ -217,7 +217,7 @@ OPTIONS (ADD password_required 'false');
217
217
</varlistentry>
218
218
219
219
<varlistentry>
220
- <term><literal>column_name</literal></term>
220
+ <term><literal>column_name</literal> (<type>string</type>) </term>
221
221
<listitem>
222
222
<para>
223
223
This option, which can be specified for a column of a foreign table,
@@ -249,7 +249,7 @@ OPTIONS (ADD password_required 'false');
249
249
<variablelist>
250
250
251
251
<varlistentry>
252
- <term><literal>use_remote_estimate</literal></term>
252
+ <term><literal>use_remote_estimate</literal> (<type>boolean</type>) </term>
253
253
<listitem>
254
254
<para>
255
255
This option, which can be specified for a foreign table or a foreign
@@ -263,7 +263,7 @@ OPTIONS (ADD password_required 'false');
263
263
</varlistentry>
264
264
265
265
<varlistentry>
266
- <term><literal>fdw_startup_cost</literal></term>
266
+ <term><literal>fdw_startup_cost</literal> (<type>floating point</type>) </term>
267
267
<listitem>
268
268
<para>
269
269
This option, which can be specified for a foreign server, is a numeric
@@ -277,7 +277,7 @@ OPTIONS (ADD password_required 'false');
277
277
</varlistentry>
278
278
279
279
<varlistentry>
280
- <term><literal>fdw_tuple_cost</literal></term>
280
+ <term><literal>fdw_tuple_cost</literal> (<type>floating point</type>) </term>
281
281
<listitem>
282
282
<para>
283
283
This option, which can be specified for a foreign server, is a numeric
@@ -329,7 +329,7 @@ OPTIONS (ADD password_required 'false');
329
329
<variablelist>
330
330
331
331
<varlistentry>
332
- <term><literal>extensions</literal></term>
332
+ <term><literal>extensions</literal> (<type>string</type>) </term>
333
333
<listitem>
334
334
<para>
335
335
This option is a comma-separated list of names
@@ -350,7 +350,7 @@ OPTIONS (ADD password_required 'false');
350
350
</varlistentry>
351
351
352
352
<varlistentry>
353
- <term><literal>fetch_size</literal></term>
353
+ <term><literal>fetch_size</literal> (<type>integer</type>) </term>
354
354
<listitem>
355
355
<para>
356
356
This option specifies the number of rows <filename>postgres_fdw</filename>
@@ -363,7 +363,7 @@ OPTIONS (ADD password_required 'false');
363
363
</varlistentry>
364
364
365
365
<varlistentry>
366
- <term><literal>batch_size</literal></term>
366
+ <term><literal>batch_size</literal> (<type>integer</type>) </term>
367
367
<listitem>
368
368
<para>
369
369
This option specifies the number of rows <filename>postgres_fdw</filename>
@@ -403,7 +403,7 @@ OPTIONS (ADD password_required 'false');
403
403
<variablelist>
404
404
405
405
<varlistentry>
406
- <term><literal>async_capable</literal></term>
406
+ <term><literal>async_capable</literal> (<type>boolean</type>) </term>
407
407
<listitem>
408
408
<para>
409
409
This option controls whether <filename>postgres_fdw</filename> allows
@@ -452,7 +452,7 @@ OPTIONS (ADD password_required 'false');
452
452
<variablelist>
453
453
454
454
<varlistentry>
455
- <term><literal>updatable</literal></term>
455
+ <term><literal>updatable</literal> (<type>boolean</type>) </term>
456
456
<listitem>
457
457
<para>
458
458
This option controls whether <filename>postgres_fdw</filename> allows foreign
@@ -489,7 +489,7 @@ OPTIONS (ADD password_required 'false');
489
489
<variablelist>
490
490
491
491
<varlistentry>
492
- <term><literal>truncatable</literal></term>
492
+ <term><literal>truncatable</literal> (<type>boolean</type>) </term>
493
493
<listitem>
494
494
<para>
495
495
This option controls whether <filename>postgres_fdw</filename> allows
@@ -528,7 +528,7 @@ OPTIONS (ADD password_required 'false');
528
528
529
529
<variablelist>
530
530
<varlistentry>
531
- <term><literal>import_collate</literal></term>
531
+ <term><literal>import_collate</literal> (<type>boolean</type>) </term>
532
532
<listitem>
533
533
<para>
534
534
This option controls whether column <literal>COLLATE</literal> options
@@ -541,7 +541,7 @@ OPTIONS (ADD password_required 'false');
541
541
</listitem>
542
542
</varlistentry>
543
543
<varlistentry>
544
- <term><literal>import_default</literal></term>
544
+ <term><literal>import_default</literal> (<type>boolean</type>) </term>
545
545
<listitem>
546
546
<para>
547
547
This option controls whether column <literal>DEFAULT</literal> expressions
@@ -556,7 +556,7 @@ OPTIONS (ADD password_required 'false');
556
556
</listitem>
557
557
</varlistentry>
558
558
<varlistentry>
559
- <term><literal>import_not_null</literal></term>
559
+ <term><literal>import_not_null</literal> (<type>boolean</type>) </term>
560
560
<listitem>
561
561
<para>
562
562
This option controls whether column <literal>NOT NULL</literal>
@@ -606,7 +606,7 @@ OPTIONS (ADD password_required 'false');
606
606
<variablelist>
607
607
608
608
<varlistentry>
609
- <term><literal>keep_connections</literal></term>
609
+ <term><literal>keep_connections</literal> (<type>boolean</type>) </term>
610
610
<listitem>
611
611
<para>
612
612
This option controls whether <filename>postgres_fdw</filename> keeps
0 commit comments