2 35.29. foreign_servers #
4 The view foreign_servers contains all foreign servers defined in the
5 current database. Only those foreign servers are shown that the current
6 user has access to (by way of being the owner or having some
9 Table 35.27. foreign_servers Columns
15 foreign_server_catalog sql_identifier
17 Name of the database that the foreign server is defined in (always the
20 foreign_server_name sql_identifier
22 Name of the foreign server
24 foreign_data_wrapper_catalog sql_identifier
26 Name of the database that contains the foreign-data wrapper used by the
27 foreign server (always the current database)
29 foreign_data_wrapper_name sql_identifier
31 Name of the foreign-data wrapper used by the foreign server
33 foreign_server_type character_data
35 Foreign server type information, if specified upon creation
37 foreign_server_version character_data
39 Foreign server version information, if specified upon creation
41 authorization_identifier sql_identifier
43 Name of the owner of the foreign server