pgsql: psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT off mode

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT off mode
Date: 2015-03-20 01:17:20
Message-ID: E1YYlYu-00059d-6b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT off mode

Previously this threw an error.

Patch by Feike Steenbergen

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/788e799ed4ee9a0e87f18e0426418622972a4de4

Modified Files
--------------
src/bin/psql/common.c | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-03-20 02:10:56 pgsql: regression tests: remove polygon diagrams
Previous Message Stephen Frost 2015-03-19 19:02:47 pgsql: GetUserId() changes to has_privs_of_role()