Re: It's a bug???? 8-()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vic <vic(at)dcc(dot)dp(dot)ua>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: It's a bug???? 8-()
Date: 2000-10-23 00:56:21
Message-ID: 3066.972262581@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Vic <vic(at)dcc(dot)dp(dot)ua> writes:
> create rule r_3 as
> on UPDATE to task_l.url do
> update task_l set start_time=now();

> psql:3.sql:3: ERROR: attribute level rules currently not supported

You'll have better luck (and probably better performance, anyway) doing
this with an ON UPDATE trigger, instead of a rule.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Vic 2000-10-23 01:16:02 Re: It's a bug???? 8-()
Previous Message Vic 2000-10-23 00:14:26 It's a bug???? 8-()