Re: Update Rule

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Reinhard Hnat" <hnat(at)logotronic(dot)co(dot)at>
Cc: "Postgres Novice" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Update Rule
Date: 2005-11-02 14:36:03
Message-ID: 5286.1130942163@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Reinhard Hnat" <hnat(at)logotronic(dot)co(dot)at> writes:
> This rule updates the tables ok but it returns 'UPDATE 0'. This causes the
> calling Delphi program to produce an error. Is ther any possibility to
> change this behaviour.

Only if you can re-order the updates. See
http://www.postgresql.org/docs/8.0/static/rules-status.html

regards, tom lane

In response to

  • Update Rule at 2005-11-02 09:05:59 from Reinhard Hnat

Browse pgsql-novice by date

  From Date Subject
Next Message George Weaver 2005-11-02 17:57:29 Missing data in Information Schema
Previous Message Reinhard Hnat 2005-11-02 09:05:59 Update Rule