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

From David Johnston
Subject Re: Creating indexes in the background
Date
Msg-id 12358CC1-BEF6-47EF-A0DC-757AC99F6882@yahoo.com
Whole thread Raw
In response to Creating indexes in the background  (David Lee <davidomundo@gmail.com>)
Responses Re: Creating indexes in the background  (David Lee <davidomundo@gmail.com>)
List pgsql-hackers
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
cancelthe 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: "Kevin Grittner"
Date:
Subject: Re: foreign key locks
Next
From: David Lee
Date:
Subject: Re: Creating indexes in the background