1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00
>
> * 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:
Bruce Momjian
2007-09-14 18:50:48 +00:00
parent 18cad61e67
commit dc8a8a0463
2 changed files with 11 additions and 2 deletions

View File

@ -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
============