pub async fn handle_drop_function(
handler_args: HandlerArgs,
if_exists: bool,
func_desc: Vec<FunctionDesc>,
_option: Option<ReferentialAction>,
aggregate: bool,
) -> Result<RwPgResponse, RwError>
Expand description
Drop a function or an aggregate.