Detaches a source from its port and node.
Available in a network database and requires the star$define role.
Parameters:
| Name | Optional | Type | Description |
| tag$ | Mandatory | Text | The resource tag of the source to be detached. |
Examples:
SELECT detach_source('temp-123'); -- detaches source with tag 'temp-123'
Tips:
- The star$sources view indicates which sources exist and what they are attached to.
Comments
Article is closed for comments.