Re: NT and aborted transaction

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: NT and aborted transaction
Дата
Msg-id 20040718030607.GB24785@dcc.uchile.cl
обсуждение исходный текст
Ответ на NT and aborted transaction  (Gaetano Mendola <mendola@bigfoot.com>)
Список pgsql-hackers
On Sun, Jul 18, 2004 at 01:07:32AM +0200, Gaetano Mendola wrote:

> 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.

We are not gonna use "begin" for starting a subtransaction, so this is a
nonissue.  Please apply the savepoints patch and try again.

If you have current CVS tip you'll have for me to post a new patch, in
the next hour or so, because the code has drifted.

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Ellos andaban todos desnudos como su madre los parió, y también las mujeres,
aunque no vi más que una, harto moza, y todos los que yo vi eran todos
mancebos, que ninguno vi de edad de más de XXX años" (Cristóbal Colón)



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: NT + deadlock intended behaviour ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: NT + deadlock intended behaviour ?