Re: Bug #568: RULE ON SELECT with old values. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #568: RULE ON SELECT with old values.
Date
Msg-id 16379.1011896936@sss.pgh.pa.us
Whole thread Raw
In response to Bug #568: RULE ON SELECT with old values.  (pgsql-bugs@postgresql.org)
List pgsql-bugs
pgsql-bugs@postgresql.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
referencedtable (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,
ordeleted. 

This is a documentation error.  Thanks for catching it.

            regards, tom lane

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #568: RULE ON SELECT with old values.
Next
From: Fduch the Pravking
Date:
Subject: Bug(?) around 'infinity'