You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Format PL/pgSQL constructs that previously rendered incorrectly: ALIAS FOR declarations (the target was dropped), RETURN NEXT / RETURN QUERY (the keyword was dropped), and FOR loops over a query (the query text after IN was dropped). (#9)
Changed
Bump tree-sitter-postgres to 1.2.3, which adds PL/pgSQL grammar support for multi-word type names (character varying, double precision, timestamp with time zone), DEFAULT initializers, bare RETURN NEXT, and ALIAS FOR $N. (gmr/tree-sitter-postgres#42)