pgsql: Fixed "create role" parsing to accept optional "with" argument. - Mailing list pgsql-committers

From meskes@postgresql.org (Michael Meskes)
Subject pgsql: Fixed "create role" parsing to accept optional "with" argument.
Date
Msg-id 20081010121718.4F5517545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fixed "create role" parsing to accept optional "with" argument.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg:
        ChangeLog (r1.387 -> r1.388)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1=1.387&r2=1.388)
    pgsql/src/interfaces/ecpg/preproc:
        preproc.y (r1.374 -> r1.375)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.y?r1=1.374&r2=1.375)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Un-break non-NLS builds.
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Optional argument should be optional.