NT and aborted transaction

Started by Gaetano Mendolaover 21 years ago1 messages
#1Gaetano Mendola
mendola@bigfoot.com

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