doc: Add type information for postgres_fdw parameters.
authorFujii Masao
Wed, 30 Jun 2021 10:33:18 +0000 (19:33 +0900)
committerFujii Masao
Wed, 30 Jun 2021 10:33:18 +0000 (19:33 +0900)
Author: Shinya Kato
Reviewed-by: Fujii Masao
Discussion: https://postgr.es/m/TYAPR01MB2896DEB25C3B0D57F6139768C40F9@TYAPR01MB2896.jpnprd01.prod.outlook.com

doc/src/sgml/postgres-fdw.sgml

index d96c3d0f0cd3be00cea6311c1238c0d9896a765e..d7d2baafc9699ad997255ed69a9f179f5d432741 100644 (file)
@@ -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