pub fn parse_function_with_catalog(
def: &CreateFunction,
catalog: &PlpgsqlCatalog,
) -> Result<PLpgSQLFunction>Expand description
Parse a stored routine using the engine’s catalog type snapshot.
pub fn parse_function_with_catalog(
def: &CreateFunction,
catalog: &PlpgsqlCatalog,
) -> Result<PLpgSQLFunction>Parse a stored routine using the engine’s catalog type snapshot.