pgsql: Fix SHOW and RESET grammar to accept custom variable names.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix SHOW and RESET grammar to accept custom variable names.
Date: 2005-08-24 19:34:13
Message-ID: 20050824193413.AD731D6F60@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix SHOW and RESET grammar to accept custom variable names.

Modified Files:
--------------
pgsql/src/backend/parser:
gram.y (r2.508 -> r2.509)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y.diff?r1=2.508&r2=2.509)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-08-24 19:34:36 pgsql: More beta1 cleanup.
Previous Message Bruce Momjian 2005-08-24 19:31:47 pgsql: Suggest markup items for the future.