On 30 December 2010 16:30, gvim <gvimrc@xxxxxxxxx> wrote:
Is it possible, with PostgreSQL 9.0, to restrict access to specific table rows by `id`? I want a user to be able to INSERT new rows but not UPDATE or DELETE rows with `id` < 1616.
gvim
I think the simplest way would be creating a trigger in which you would check all operations you want to restrict.
regards
Szymon