DROP SOURCE
Drops a User Defined Load Source function from the Vertica catalog.
Syntax
DROP SOURCE [schema.]source‑name()
Parameters
schema |
Specifies a schema. If multiple schemas are defined in the database, include the schema name. For example: myschema.thisDbObject |
source‑name()
|
Specifies the source function to drop. You must append empty parentheses to the function name. |
Privileges
One of the following:
- Superuser
- Source function owner
Example
The following command drops the curl
source function:
=> DROP SOURCE curl(); DROP SOURCE