mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add:
> o In rules, allow VALUES() to contain a mixture of 'old' and 'new' > references
This commit is contained in:
4
doc/TODO
4
doc/TODO
@ -2,7 +2,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Tue Aug 1 23:11:50 EDT 2006
|
||||
Last updated: Wed Aug 2 09:29:49 EDT 2006
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@ -666,6 +666,8 @@ SQL Commands
|
||||
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 In rules, allow VALUES() to contain a mixture of 'old' and 'new'
|
||||
references
|
||||
|
||||
|
||||
* SHOW/SET
|
||||
|
Reference in New Issue
Block a user