Analyze during a transaction

From: bobJobS <russelljanusz(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Analyze during a transaction
Date: 2013-10-18 16:28:49
Message-ID: 1382113729667-5775069.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am running Postgres 9.3 on RedHat Linux 5.6.

During the transaction data is deleted from our database, then an analyze is
performed.

If I analyze our database during a transaction and the transaction fails
(rollback occurs), with the table statistics rollback to their original
values?

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Analyze-during-a-transaction-tp5775069.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Amit Langote 2013-10-18 17:17:52 Links in docs broken
Previous Message Tom Lane 2013-10-18 15:57:33 Re: when do I analyze after concurrent index creation?