The foreign_data_wrapper_options view provides information about foreign-data wrapper options.
| Column name | Data type | Description |
|---|---|---|
foreign_data_wrapper_catalog |
sql_identifier |
The name of the current database in which the foreign-data wrapper is defined. |
foreign_data_wrapper_name |
sql_identifier |
The name of the foreign-data wrapper. |
option_name |
sql_identifier |
The name of an option. |
option_value |
character_data |
The value of the option. |