DROP SUBNET
Removes a subnet from Vertica. You can use the CASCADE option to also remove the subnet from any database definition. (See Identify the Database or Nodes Used for Import/Export for more information.)
Syntax
DROP SUBNET subnet-name [CASCADE]
Parameters
The parameters are defined as follows:
subnet-name |
The subnet you want to remove. |
If you remove a subnet, be sure your database is not configured to allow export on the public subnet. (See Identify the Database or Nodes Used for Import/Export for more information.)
Privileges
Must be a superuser to drop a subnet.
Examples
This example shows how to remove a subnet.
=> DROP SUBNET mySubnet;