Re: Async commands (like drop index)

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Async commands (like drop index)
Дата
Msg-id 20070518164756.GZ14548@nasby.net
обсуждение исходный текст
Ответ на Async commands (like drop index)  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: Async commands (like drop index)  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Async commands (like drop index)  (Neil Conway <neilc@samurai.com>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Signing off of patches (was Re: Not ready for 8.3)
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Async commands (like drop index)