Re: rules over multiple tables - Mailing list pgsql-novice

From Josh Berkus
Subject Re: rules over multiple tables
Date
Msg-id web-835345@davinci.ethosmedia.com
Whole thread Raw
In response to rules over multiple tables  (Daniel Grob <dgrob@gmx.net>)
List pgsql-novice
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

pgsql-novice by date:

Previous
From: "Travis Hoyt"
Date:
Subject: switching between insert and update
Next
From: "Joshua b. Jore"
Date:
Subject: What is object-relational?