| From: | momjian(at)postgresql(dot)org (Bruce Momjian) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Done: < o Allow INSERT/UPDATE ... |
| Date: | 2006-08-12 03:50:27 |
| Message-ID: | 20060812035027.4E9F49FB1E0@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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&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&r2=1.451)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2006-08-12 04:11:50 | pgsql: Back out patch that allowed commented guc variables to return to |
| Previous Message | Bruce Momjian | 2006-08-12 03:48:32 | pgsql: Fix wording, per Neil. |