Re: LIMIT for UPDATE and DELETE - Mailing list pgsql-hackers

From Marko Tiikkaja
Subject Re: LIMIT for UPDATE and DELETE
Date
Msg-id 54006A5D.4000500@joh.to
Whole thread Raw
In response to Re: LIMIT for UPDATE and DELETE  (Marko Tiikkaja <marko@joh.to>)
List 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 by date:

Previous
From: Marko Tiikkaja
Date:
Subject: Re: LIMIT for UPDATE and DELETE
Next
From: Heikki Linnakangas
Date:
Subject: Re: Question about coding of free space map