Re: Bug #568: RULE ON SELECT with old values.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vadim(dot)Passynkov(at)postgresql(dot)org, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #568: RULE ON SELECT with old values.
Date: 2002-01-24 18:28:56
Message-ID: 16379.1011896936@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
>> From PostgreSQL Documentation:

> Within the condition and action, the special table names new and old may be used to refer to values in the referenced table (the object). new is valid in ON INSERT and ON UPDATE rules to refer to the new row being inserted or updated. old is valid in ON SELECT, ON UPDATE, and ON DELETE rules to refer to the existing row being selected, updated, or deleted.

This is a documentation error. Thanks for catching it.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Fduch the Pravking 2002-01-24 20:19:36 Bug(?) around 'infinity'
Previous Message pgsql-bugs 2002-01-24 17:45:59 Bug #568: RULE ON SELECT with old values.