pub fn parse_do_block_with_catalog(
body: &str,
catalog: &PlpgsqlCatalog,
) -> Result<PLpgSQLFunction>Expand description
Parse an anonymous block using the engine’s catalog type snapshot.
pub fn parse_do_block_with_catalog(
body: &str,
catalog: &PlpgsqlCatalog,
) -> Result<PLpgSQLFunction>Parse an anonymous block using the engine’s catalog type snapshot.