pgsql/src/pl/plpgsql/src gram.y plpgsql.h - Mailing list pgsql-committers

From [email protected]
Subject pgsql/src/pl/plpgsql/src gram.y plpgsql.h
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    [email protected]    01/11/29 17:57:37

Modified files:
    src/pl/plpgsql/src: gram.y plpgsql.h

Log message:
    Tweak plpgsql's expression reader to be smarter about parentheses and
    to give more useful error messages.  Stephen Szabo's example of this
    morning ('loop' used as a variable name inside a subselect) works
    correctly now, and a FOR that is misinterpreted as an integer FOR will
    draw 'missing .. at end of SQL expression', which is at least
    marginally helpful.


pgsql-committers by date:

Previous
From: [email protected]
Date:
Subject: pgsql/doc/src/sgml/ref create_trigger.sgml
Next
From: [email protected]
Date:
Subject: pgsql/doc/TODO.detail java