pub async fn handle_drop_index(
handler_args: HandlerArgs,
index_name: ObjectName,
if_exists: bool,
cascade: bool,
) -> Result<RwPgResponse, RwError>
pub async fn handle_drop_index(
handler_args: HandlerArgs,
index_name: ObjectName,
if_exists: bool,
cascade: bool,
) -> Result<RwPgResponse, RwError>