pglast icon indicating copy to clipboard operation
pglast copied to clipboard

PostgreSQL Languages AST and statements prettifier: master branch covers PG10, v2 branch covers PG12, v3 covers PG13, v4 covers PG14, v5 covers PG15, v6 covers PG16

Results 11 pglast issues
Sort by recently updated
recently updated
newest added

Hi Lele, great project, When parsing a plpgsql function with a composite type, the parse fails with an unknown variable error. Example: ``` CREATE TYPE public.dz_sumthing AS(sumattribute INTEGER); CREATE FUNCTION...