Re: PreventTransactionChain cannot prevent single query transaction.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jacky Leng" <lengjianquan(at)163(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: PreventTransactionChain cannot prevent single query transaction.
Date: 2008-05-27 14:00:51
Message-ID: 26908.1211896851@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Jacky Leng" <lengjianquan(at)163(dot)com> writes:
> So, if I execute the following sequence in a single query tansaction:
> create table t;reindex database xxx;

> then, t will be created successfully as long as any relation in xxx has been
> reindexed.

This is fixed in 8.3 and up.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2008-05-27 14:19:35 Re: BUG #4196: Backend crash possible with psql
Previous Message Jacky Leng 2008-05-27 02:46:50 PreventTransactionChain cannot prevent single query transaction.