Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.1.0
-
None
-
None
Description
postgresql support dropping of multiple functions in one command.Better spark sql also can support this.
https://www.postgresql.org/docs/12/sql-dropfunction.html
Drop multiple functions in one command:
DROP FUNCTION sqrt(integer), sqrt(bigint);