pgsql: Only DISCARD ALL should be in the command_no_begin list.

From: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Only DISCARD ALL should be in the command_no_begin list.
Date: 2010-09-28 06:59:22
Message-ID: E1P0U9q-0007aA-Aq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Only DISCARD ALL should be in the command_no_begin list.
We allowes DISCARD PLANS and TEMP in a transaction.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=2dc2ea81f67b96473cefe8fc7d515bda37255660

Modified Files
--------------
src/bin/psql/common.c | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2010-09-28 09:04:06 textsearch-ja - textsearch_groonga: Support bool and integer types in
Previous Message Itagaki Takahiro 2010-09-28 06:45:09 Re: pgsql: Add DISCARD to the command_no_begin list for AUTOCOMMIT=off.