PreventTransactionChain cannot prevent single query transaction. - Mailing list pgsql-bugs

From Jacky Leng
Subject PreventTransactionChain cannot prevent single query transaction.
Date
Msg-id g1fsmq$u9j$1@news.hub.org
Whole thread Raw
Responses Re: PreventTransactionChain cannot prevent single query transaction.
List pgsql-bugs
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.

pgsql-bugs by date:

Previous
From: "Nahum Castro"
Date:
Subject: BUG #4201: Instalation fails
Next
From: Tom Lane
Date:
Subject: Re: PreventTransactionChain cannot prevent single query transaction.