Drops an existing port.
Available in a network database and requires the star$define role.
Parameters:
| Name | Optional | Type | Description |
| port$ | Mandatory | Text | The name of the port to be dropped. |
Examples:
SELECT drop_port('myport'); -- drops the port 'myport'.
Tips:
- The star$ports view indicates which ports exist.
Comments
Article is closed for comments.