Re: Async commands (like drop index) - Mailing list pgsql-hackers

From Jim C. Nasby
Subject Re: Async commands (like drop index)
Date
Msg-id 20070518164756.GZ14548@nasby.net
Whole thread Raw
In response to Async commands (like drop index)  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: Async commands (like drop index)  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Async commands (like drop index)  (Neil Conway <neilc@samurai.com>)
List pgsql-hackers
On Thu, May 17, 2007 at 12:30:45PM -0700, Joshua D. Drake wrote:
> It seems that it may be useful to allow something like:
> 
> DROP INDEX NOWAIT.
> 
> The idea being, that the terminal will come back, the index will be 
> dropped in the background. If it doesn't drop, it rollback like normal 
> and logs.
> 
> I bring this up now, as an idea. We can argue about it later... :)

Assuming the concurrent psql stuff gets in, do you still see a use for
this?
-- 
Jim Nasby                                      decibel@decibel.org
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)


pgsql-hackers by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Signing off of patches (was Re: Not ready for 8.3)
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Async commands (like drop index)