NT and aborted transaction - Mailing list pgsql-hackers

From Gaetano Mendola
Subject NT and aborted transaction
Date
Msg-id cdb9bf$plv$1@floppy.pyrenet.fr
Whole thread Raw
List 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





pgsql-hackers by date:

Previous
From: Gaetano Mendola
Date:
Subject: no instruction after install
Next
From: Gaetano Mendola
Date:
Subject: NT + deadlock intended behaviour ?