]> begriffs open source - ai-pg/blob - full-docs/txt/infoschema-foreign-server-options.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / infoschema-foreign-server-options.txt
1
2 35.28. foreign_server_options #
3
4    The view foreign_server_options contains all the options defined for
5    foreign servers in the current database. Only those foreign servers 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.26. foreign_server_options Columns
10
11    Column Type
12
13    Description
14
15    foreign_server_catalog sql_identifier
16
17    Name of the database that the foreign server is defined in (always the
18    current database)
19
20    foreign_server_name sql_identifier
21
22    Name of the foreign server
23
24    option_name sql_identifier
25
26    Name of an option
27
28    option_value character_data
29
30    Value of the option