postgres-ast-deparser

A PL/pgSQL extension that builds abstract syntax trees (ASTs) and converts them back into SQL statements. Provides functions in ast and ast_helpers schemas to create tree nodes as JSONB structures.

PL/pgSQL