pgsql: Fixed "create role" parsing to accept optional "with" argument.

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fixed "create role" parsing to accept optional "with" argument.
Date: 2008-10-10 12:17:18
Message-ID: 20081010121718.4F5517545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2008-10-10 12:19:03 pgsql: Optional argument should be optional.
Previous Message Alvaro Herrera 2008-10-09 22:29:51 Re: [COMMITTERS] pgsql: Un-break non-NLS builds.