Re: rules over multiple tables

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: Daniel Grob <dgrob(at)gmx(dot)net>, pgsql-novice(at)postgresql(dot)org
Subject: Re: rules over multiple tables
Date: 2002-03-21 16:17:08
Message-ID: web-835345@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Joshua b. Jore 2002-03-21 21:21:23 What is object-relational?
Previous Message Stephan Szabo 2002-03-21 16:04:32 Re: [NOVICE] Conditional constraint?