risingwave_frontend::handler::drop_subscription

Function handle_drop_subscription

source
pub async fn handle_drop_subscription(
    handler_args: HandlerArgs,
    subscription_name: ObjectName,
    if_exists: bool,
    cascade: bool,
) -> Result<RwPgResponse, RwError>