Re: DELETE with LIMIT (or my first hack)

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: DELETE with LIMIT (or my first hack)
Дата
Msg-id 4CF514CD.6040201@dunslane.net
обсуждение исходный текст
Ответ на DELETE with LIMIT (or my first hack)  (Daniel Loureiro <loureirorg@gmail.com>)
Ответы Re: DELETE with LIMIT (or my first hack)  (Daniel Loureiro <daniel@termasa.com.br>)
Re: DELETE with LIMIT (or my first hack)  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
<br /><br /> On 11/30/2010 09:57 AM, Csaba Nagy wrote: <blockquote cite="mid:1291129033.30816.34.camel@pcd12478"
type="cite"><br/><pre wrap="">
 
So it is really an ideological thing and not lack of demand or
implementation attempts... I for myself can't write working C code
anyway, so I got my peace with the workaround - I wish you good luck
arguing Tom :-)


</pre></blockquote><br /> We need a convincing use case for it. So far the only one that's seemed at all convincing to
meis the one about deleting in batches. But that might be enough.<br /><br /> As for it being illogical, I don't think
it'sany more so than<br /><blockquote>DELETE FROM foo WHERE random() < 0.1;<br /></blockquote> and you can do that
today.<br/><br /> cheers<br /><br /> andrew<br /><br /> 

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: DELETE with LIMIT (or my first hack)
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: GiST insert algorithm rewrite