Re: DDL commands take forever

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: l(dot)rame(at)griensu(dot)com
Cc: Merlin Moncure <mmoncure(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: DDL commands take forever
Date: 2009-12-29 21:05:44
Message-ID: 4B3A6F28.3050101@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 29/12/2009 20:59, Leonardo M. Ramé wrote:

> in "<IDLE> in transaction". The interesting thing is the app is doing
> only Selects, without opening transactions.

Everything in PG happens in a transaction, whether you open one
explicitly or not.

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod(at)iol(dot)ie

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2009-12-29 21:09:23 Re: memory usage of group by select
Previous Message Merlin Moncure 2009-12-29 21:04:21 Re: DDL commands take forever