NT and aborted transaction

From: Gaetano Mendola <mendola(at)bigfoot(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: NT and aborted transaction
Date: 2004-07-17 13:24:53
Message-ID: cdb9bf$plv$1@floppy.pyrenet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,
still experimenting NT:

kalman=# begin;
BEGIN
kalman=# select * from a;
ERROR: relation "a" does not exist
kalman=# begin;
BEGIN
kalman=# select * from test;
ERROR: current transaction is aborted, commands ignored until end of transaction block

I think the second begin shall fail instead of open an already invalid transaction.

Regards
Gaetano Mendola

Browse pgsql-hackers by date

  From Date Subject
Next Message Jonathan M. Gardner 2004-07-17 15:51:56 Documentation on new features?
Previous Message Gaetano Mendola 2004-07-17 09:39:07 Re: [HACKERS] Point in Time Recovery