Skip to main content

parse_do_block

Function parse_do_block 

Source
pub fn parse_do_block(body: &str) -> Result<PLpgSQLFunction>
Expand description

Parse a DO $$ ... $$ body through PostgreSQL’s native inline-code path.