]> begriffs open source - ai-pg/blob - full-docs/txt/infoschema-foreign-data-wrapper-options.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / infoschema-foreign-data-wrapper-options.txt
1
2 35.26. foreign_data_wrapper_options #
3
4    The view foreign_data_wrapper_options contains all the options defined
5    for foreign-data wrappers in the current database. Only those
6    foreign-data wrappers are shown that the current user has access to (by
7    way of being the owner or having some privilege).
8
9    Table 35.24. foreign_data_wrapper_options Columns
10
11    Column Type
12
13    Description
14
15    foreign_data_wrapper_catalog sql_identifier
16
17    Name of the database that the foreign-data wrapper is defined in
18    (always the current database)
19
20    foreign_data_wrapper_name sql_identifier
21
22    Name of the foreign-data wrapper
23
24    option_name sql_identifier
25
26    Name of an option
27
28    option_value character_data
29
30    Value of the option