pub async fn handle_rename_table(
handler_args: HandlerArgs,
table_type: TableType,
table_name: ObjectName,
new_table_name: ObjectName,
) -> Result<RwPgResponse, RwError>
pub async fn handle_rename_table(
handler_args: HandlerArgs,
table_type: TableType,
table_name: ObjectName,
new_table_name: ObjectName,
) -> Result<RwPgResponse, RwError>