BUG #7636: \ef doesn't honor ON_ERROR_ROLLBACK

From: pgmail(at)joh(dot)to
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #7636: \ef doesn't honor ON_ERROR_ROLLBACK
Date: 2012-11-01 14:04:56
Message-ID: E1TTvOC-0001jD-9B@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 7636
Logged by: Marko Tiikkaja
Email address: pgmail(at)joh(dot)to
PostgreSQL version: 9.1.6
Operating system: OSX something
Description:

Hi,

It looks like \ef doesn't honor ON_ERROR_ROLLBACK:

=# \set ON_ERROR_ROLLBACK true
=# BEGIN;
BEGIN
=# \ef error
ERROR: function "error" does not exist
=# select 1;
ERROR: current transaction is aborted, commands ignored until end of
transaction block

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2012-11-01 18:20:39 Re: BUG #7634: Missing files in global/ after a lot of CREATE DATABASE / DROP DATABASE
Previous Message pgmail 2012-11-01 13:12:53 BUG #7635: psql -1 and \connect