DROP SERVER

Name

DROP SERVER -- remove a foreign server descriptor

Synopsis

DROP SERVER [ IF EXISTS ] server_name [ CASCADE | RESTRICT ]

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

DROP SERVER conforms to ISO/IEC 9075-9 (SQL/MED). The IF EXISTS clause is a PostgreSQL extension.

See Also

CREATE SERVER, ALTER SERVER