pgsql: Update view info: < * Automatically create rules on views so - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Update view info: < * Automatically create rules on views so
Date
Msg-id 20041108145401.F305E3A3E62@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Update view info:

< * Automatically create rules on views so they are updateable, per SQL99 [view]
> * Automatically create rules on views so they are updateable, per SQL99
>
>   We can only auto-create rules for simple views.  For more complex
>   cases users will still have to write rules.
>

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1386 -> r1.1387)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1386&r2=1.1387)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove view TODO.detail.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update item description: < * CREATE TABLE AS can not determine