risingwave_frontend::handler::alter_system

Function handle_alter_system

source
pub async fn handle_alter_system(
    handler_args: HandlerArgs,
    param: Ident,
    value: SetVariableValue,
) -> Result<RwPgResponse, RwError>