Re: Creating indexes in the background - Mailing list pgsql-hackers

From David Lee
Subject Re: Creating indexes in the background
Date
Msg-id CAEsy2JEPPiau7jE7=Ng0FbvAAeqQxfkYetk=O3UZ7yyA35vf9w@mail.gmail.com
Whole thread
In response to Re: Creating indexes in the background  (David Johnston <polobo@yahoo.com>)
Responses Re: Creating indexes in the background
Re: Creating indexes in the background
List pgsql-hackers

Thanks. Is this something viable as a feature request?

On Oct 28, 2012 7:48 AM, "David Johnston" <polobo@yahoo.com> wrote:
On Oct 27, 2012, at 19:20, David Lee <davidomundo@gmail.com> wrote:

> Hey folks,
>
> It seems like right now when you want to create an index concurrently, the index creation will get canceled if you cancel the statement (i.e. you must keep your statement open).
>
> Is there a way to "launch" an index creation in the background so that the statement doesn't need to be kept open?
>
> --David
>

No there is not.

David J.

pgsql-hackers by date:

Previous
From: David Johnston
Date:
Subject: Re: Creating indexes in the background
Next
From: nadeesh t v
Date:
Subject: Index creation in postgresql