Skip to main content

parse_plpgsql_with_catalog

Function parse_plpgsql_with_catalog 

Source
pub fn parse_plpgsql_with_catalog(
    stmt: &str,
    catalog: &PlpgsqlCatalog,
) -> Result<Value>
Expand description

Parse PL/pgSQL with the caller’s catalog types instead of treating every unknown type as a record. The snapshot and callback storage remain local to this synchronous parse; no pointers or callback state escape it.