mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add:
> > * Make it possible to use RETURNING together with conditional DO INSTEAD > rules, such as for partitioning setups > > http://archives.postgresql.org/pgsql-hackers/2007-09/msg00577.php
This commit is contained in:
7
doc/TODO
7
doc/TODO
@ -1,7 +1,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Fri Sep 7 15:07:48 EDT 2007
|
||||
Last updated: Fri Sep 14 14:50:43 EDT 2007
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@ -467,6 +467,11 @@ Views / Rules
|
||||
in the view, e.g. should SELECT * show additional columns if they
|
||||
are added after the view is created.
|
||||
|
||||
* Make it possible to use RETURNING together with conditional DO INSTEAD
|
||||
rules, such as for partitioning setups
|
||||
|
||||
http://archives.postgresql.org/pgsql-hackers/2007-09/msg00577.php
|
||||
|
||||
|
||||
SQL Commands
|
||||
============
|
||||
|
Reference in New Issue
Block a user