CREATE SERVER
Name
CREATE SERVER -- define a new foreign server
Synopsis
CREATE SERVER server_name [ TYPE 'server_type' ] [ VERSION 'server_version' ]
FOREIGN DATA WRAPPER fdw_name
[ OPTIONS ( option 'value' [, ... ] ) ]
Description
Note: The following description applies only to Postgres-XL
SERVER is not yet supported
in Postgres-XL. This command may be supported
in the future releases.
Compatibility
CREATE SERVER conforms to ISO/IEC 9075-9 (SQL/MED).