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-0006Oq-Of@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
------
REL8_3_STABLE

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

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

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.