Drops a remote server from the catalog.
DROP [ REMOTE ] SERVER server-name
DROP REMOTE SOURCE remote-source-name
The DROP SERVER, DROP REMOTE SERVER, and DROP REMOTE SOURCE statements are semantically equivalent. The DROP REMOTE SOURCE syntax is provided for compatibility with SAP HANA.
You must drop all the proxy tables that have been defined for the remote server before this statement succeeds.
You must have the SERVER OPERATOR system privilege.
Automatic commit.
Not in the standard.
The following example drops a fictitious server named ase_prod:
DROP SERVER ase_prod;