NT and aborted transaction - Mailing list pgsql-hackers

From Gaetano Mendola
Subject NT and aborted transaction
Date
Msg-id 40F9B134.1070808@bigfoot.com
Whole thread Raw
Responses Re: NT and aborted transaction  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-hackers
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFA+bEz7UpzwH2SGd4RAujVAJ4wBx64eSKwokcBUl/l3sJJV9LelwCcDf/Z
K/kv375ERUxwvY8tGUmhmYA=
=K8OT
-----END PGP SIGNATURE-----



pgsql-hackers by date:

Previous
From: Gaetano Mendola
Date:
Subject: NT + deadlock intended behaviour ?
Next
From: Andrew Dunstan
Date:
Subject: Re: plperl (7.5)