Daniel,
> I'm new to Postgresql (using Postgresql 7.1.3) and I want to create
> rules.
Upgrade to 7.2 when you can. The improvements are worth it.
> I tried update and delete whit that syntax but it dosn't work ERROR:
> parser: parse error at or near "(".
>
> Does anyone know the solution for my problem?
Please post full schema for the problem (i.e. both table definitions,
the view definition, and the rules). This should work; likely it's
just a punctuation problem.
-Josh Berkus