foreign_server_options

foreign_servers视图包含当前数据库中定义的所有外部服务器。 Greenplum数据库仅显示当前用户可以访问的外部服务器(通过作为所有者或具有某些权限)。 foreign_server_options视图包含为当前数据库中的外部服务器定义的所有选项。 Greenplum数据库仅显示当前用户可以访问的外部服务器(通过作为所有者或具有某些权限)。

Table 1. foreign_server_options
类型参考描述
foreign_server_catalogsql_identifier 定义外部服务器的数据库的名称(始终是当前数据库)。
foreign_server_namesql_identifier 外部服务器的名称。
option_namesql_identifier 选项的名称。
option_valuecharacter_data 选项的值。

Parent topic: 系统目录定义