pgsql: Done: < o Allow INSERT/UPDATE ...

Started by Bruce Momjianalmost 20 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

Log Message:
-----------
Done:

< o Allow INSERT/UPDATE ... RETURNING new.col or old.col
<
< This is useful for returning the auto-generated key for an INSERT.
< One complication is how to handle rules that run as part of
< the insert.
< http://archives.postgresql.org/pgsql-patches/2005-07/msg00568.php

o -Allow INSERT/UPDATE ... RETURNING new.col or old.col

Modified Files:
--------------
pgsql/doc:
TODO (r1.1948 -> r1.1949)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1948&amp;r2=1.1949)
pgsql/doc/src/FAQ:
TODO.html (r1.450 -> r1.451)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.450&amp;r2=1.451)