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