Skip to main content

Module plpgsql

Module plpgsql 

Source
Expand description

PL/pgSQL body parsing โ€” dep extraction, COMMIT/ROLLBACK detection, -- @pgevolve dep: directive scanning.

Entry point: parse_routine_body.

Functionsยง

parse_routine_body
Parse a routine body and produce its NormalizedBody, extracted DepEdges, and the commits_in_body flag.