diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml index d96c3d0f0cd..d7d2baafc96 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -195,7 +195,7 @@ OPTIONS (ADD password_required 'false'); - schema_name + schema_name (string) This option, which can be specified for a foreign table, gives the @@ -206,7 +206,7 @@ OPTIONS (ADD password_required 'false'); - table_name + table_name (string) This option, which can be specified for a foreign table, gives the @@ -217,7 +217,7 @@ OPTIONS (ADD password_required 'false'); - column_name + column_name (string) This option, which can be specified for a column of a foreign table, @@ -249,7 +249,7 @@ OPTIONS (ADD password_required 'false'); - use_remote_estimate + use_remote_estimate (boolean) This option, which can be specified for a foreign table or a foreign @@ -263,7 +263,7 @@ OPTIONS (ADD password_required 'false'); - fdw_startup_cost + fdw_startup_cost (floating point) This option, which can be specified for a foreign server, is a numeric @@ -277,7 +277,7 @@ OPTIONS (ADD password_required 'false'); - fdw_tuple_cost + fdw_tuple_cost (floating point) This option, which can be specified for a foreign server, is a numeric @@ -329,7 +329,7 @@ OPTIONS (ADD password_required 'false'); - extensions + extensions (string) This option is a comma-separated list of names @@ -350,7 +350,7 @@ OPTIONS (ADD password_required 'false'); - fetch_size + fetch_size (integer) This option specifies the number of rows postgres_fdw @@ -363,7 +363,7 @@ OPTIONS (ADD password_required 'false'); - batch_size + batch_size (integer) This option specifies the number of rows postgres_fdw @@ -403,7 +403,7 @@ OPTIONS (ADD password_required 'false'); - async_capable + async_capable (boolean) This option controls whether postgres_fdw allows @@ -452,7 +452,7 @@ OPTIONS (ADD password_required 'false'); - updatable + updatable (boolean) This option controls whether postgres_fdw allows foreign @@ -489,7 +489,7 @@ OPTIONS (ADD password_required 'false'); - truncatable + truncatable (boolean) This option controls whether postgres_fdw allows @@ -528,7 +528,7 @@ OPTIONS (ADD password_required 'false'); - import_collate + import_collate (boolean) This option controls whether column COLLATE options @@ -541,7 +541,7 @@ OPTIONS (ADD password_required 'false'); - import_default + import_default (boolean) This option controls whether column DEFAULT expressions @@ -556,7 +556,7 @@ OPTIONS (ADD password_required 'false'); - import_not_null + import_not_null (boolean) This option controls whether column NOT NULL @@ -606,7 +606,7 @@ OPTIONS (ADD password_required 'false'); - keep_connections + keep_connections (boolean) This option controls whether postgres_fdw keeps