pgsql: Change "name" nonterminal in cursor-related productions to

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change "name" nonterminal in cursor-related productions to
Date: 2009-11-11 20:31:26
Message-ID: 20091111203126.B6113753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Change "name" nonterminal in cursor-related productions to cursor_name.

This is a preparatory patch for allowing a dynamic cursor name be used in the
ECPG grammar.

Author: Zoltan Boszormenyi

Modified Files:
--------------
pgsql/src/backend/parser:
gram.y (r2.691 -> r2.692)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y?r1=2.691&r2=2.692)
pgsql/src/interfaces/ecpg/preproc:
ecpg.addons (r1.7 -> r1.8)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.addons?r1=1.7&r2=1.8)
ecpg.trailer (r1.13 -> r1.14)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.trailer?r1=1.13&r2=1.14)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-11-11 21:07:41 pgsql: In psql \du, separate the role attributes by comma instead of
Previous Message Alvaro Herrera 2009-11-11 20:07:57 pgsql: Document the previous FETCH and MOVE changes.