Views are updateable with RULES only...
However, maybe i went the completly the wrong way choosing views for this
problem:
I want that certain groups can only update/select certain columns in tables,
and that's what views are for.
Thanks, for your help.
Guido
Am Donnerstag, 11. März 2004 15:29 schrieb Dave Cramer:
> Sorry Guido, I misunderstood, I thought you wanted a updateable
> statement on a table without a primary key.
>
> views in postgres are not updateable... so until that is done you are
> unfortunately beat.
>
> The updateable result set interface specifies that only simple result
> sets are updateable, and "simple" varies from db to db.
>
> Dave
>