pgsql: Add DISCARD to the command_no_begin list for AUTOCOMMIT=off.

From: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add DISCARD to the command_no_begin list for AUTOCOMMIT=off.
Date: 2010-09-28 05:30:49
Message-ID: E1P0Sm9-0006On-Kq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add DISCARD to the command_no_begin list for AUTOCOMMIT=off.
Backpatch to 8.3.

Reported by Sergey Burladyan.

Branch
------
master

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

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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-09-28 06:36:24 Re: pgsql: Add DISCARD to the command_no_begin list for AUTOCOMMIT=off.
Previous Message Robert Haas 2010-09-28 01:03:09 pgsql: Add a SECURITY LABEL command.