Re: Creating indexes in the background

From: David Johnston <polobo(at)yahoo(dot)com>
To: David Lee <davidomundo(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Creating indexes in the background
Date: 2012-10-28 14:48:24
Message-ID: 12358CC1-BEF6-47EF-A0DC-757AC99F6882@yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Oct 27, 2012, at 19:20, David Lee <davidomundo(at)gmail(dot)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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-10-28 15:10:34 Re: pgsql: Preserve intermediate .c files in coverage mode
Previous Message Peter Eisentraut 2012-10-28 14:42:25 pgsql: Preserve intermediate .c files in coverage mode