DROP FUNCTION removes one or more from a database.
The DROP FUNCTION statement performs a schema change. For more information about how online schema changes work in CockroachDB, see .
Required privileges
To drop a function, a user must have theDROP on the function.

