A foreign server encapsulates connection information that a foreign data wrapper uses to access an external data resource.
Attributes | Description |
---|---|
Type |
The type of the foreign server being configured. |
Version |
The version of the foreign server being configured. |
FDW |
The name of a previously registered foreign data wrapper that will manage the server. |
Options |
Specifies the options for the foreign server. The options typically define the connection details of the server, but the actual names and values are dependent on the server's foreign-data wrapper. |
Foreign server DDL
https://www.postgresql.org/docs/current/sql-createserver.html