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

From Itagaki Takahiro
Subject pgsql: Only DISCARD ALL should be in the command_no_begin list.
Date
Msg-id E1P0U9q-0007a8-97@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Only DISCARD ALL should be in the command_no_begin list.
We allowes DISCARD PLANS and TEMP in a transaction.

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Itagaki Takahiro
Date:
Subject: Re: pgsql: Add DISCARD to the command_no_begin list for AUTOCOMMIT=off.
Next
From: Itagaki Takahiro
Date:
Subject: pgsql: Only DISCARD ALL should be in the command_no_begin list.