pub fn parse_do_block(body: &str) -> Result<PLpgSQLFunction>Expand description
Parse a DO $$ ... $$ body through PostgreSQL’s native inline-code path.
pub fn parse_do_block(body: &str) -> Result<PLpgSQLFunction>Parse a DO $$ ... $$ body through PostgreSQL’s native inline-code path.