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: Tue, 27 May 2008 10:00:51 -0400
- Message-id: <26908.1211896851@sss.pgh.pa.us> <text/plain>
"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
Home |
Main Index |
Thread Index