ALTER SUBNET
Renames an existing subnet.
Syntax
ALTER SUBNET subnet-name RENAME TO new-subnet-name
Parameters
The parameters are defined as follows:
subnet-name |
The name of the existing subnet. |
new-subnet-name |
The new name for the subnet. |
Privileges
Must be a superuser to alter a subnet.
Examples
This example renames a subnet.
=> ALTER SUBNET mysubnet RENAME TO myNewSubnet;