Re: LIMIT for UPDATE and DELETE

Поиск
Список
Период
Сортировка
От Marko Tiikkaja
Тема Re: LIMIT for UPDATE and DELETE
Дата
Msg-id 54006A5D.4000500@joh.to
обсуждение исходный текст
Ответ на Re: LIMIT for UPDATE and DELETE  (Marko Tiikkaja <marko@joh.to>)
Список pgsql-hackers
On 8/29/14 1:53 PM, I wrote:
> This is just my personal opinion, but what I think should happen is:
>
>     1) We put the LIMIT inside ModifyTable like this patch does.  This
> doesn't prevent us from doing ORDER BY in the future, but helps numerous
> people who today have to

Oops, looks like I didn't finish my thought here.

.. but helps numerous people who today have to achieve the same thing 
via tedious, slow and problematic subqueries (or a choose-any-two 
combination of these).


.marko



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

Предыдущее
От: Marko Tiikkaja
Дата:
Сообщение: Re: LIMIT for UPDATE and DELETE
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Question about coding of free space map