update within limits - Mailing list pgsql-general

From admin
Subject update within limits
Date
Msg-id Pine.BSF.4.10.9912082032440.5887-100000@server.b0x.com
Whole thread Raw
List pgsql-general
Quick question:
Is there a way to update fields in a table within limits, similarly to
using a select. In other words, something like this:
update from table1 field1='blah' where id=(select id from table2 limit
5,5);

Thanks,
Marc


pgsql-general by date:

Previous
From: Lincoln Yeoh
Date:
Subject: Re: [GENERAL] How to stop implicit rollback on certain errors?
Next
From: Thomas Drillich
Date:
Subject: pg_typemgr ;-) [was Re: [GENERAL] no primary key on self designed type]