Drops an existing source.
Note that source cannot be dropped if it is attached to a port or 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 dropped. |
Examples:
SELECT drop_source('temp-123'); -- drops source with tag 'temp-123'.
Tips:
- The star$sources view indicates which sources exist.
Comments
Article is closed for comments.