Drops an existing node from a network.
Note that an attached node (connected to another node) cannot be dropped and must be detached first.
Available in a network database and requires the star$network role.
Parameters:
| Name | Optional | Type | Description |
| node$ | Mandatory | Text | The name of the node to be dropped. |
Examples:
SELECT drop_node('mynode'); -- drops a node called 'mynode'.
Tips:
- The star$nodes view indicates which nodes exist.
Comments
Article is closed for comments.