From 510aad39d059ef65fec9d7e2769a1e5c2b4afcae Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: 2006年8月12日 03:50:27 +0000 Subject: [PATCH] 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 --- doc/TODO | 9 ++------- doc/src/FAQ/TODO.html | 16 ++++++---------- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/doc/TODO b/doc/TODO index 6ed3562cfb3..a2855ee6169 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Fri Aug 11 16:17:22 EDT 2006 +Last updated: Fri Aug 11 23:50:26 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -653,12 +653,7 @@ SQL Commands o Allow INSERT/UPDATE of the system-generated oid value for a row o -Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..) - 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 o In rules, allow VALUES() to contain a mixture of 'old' and 'new' references diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 9c74172381b..c56b54d77a8 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Fri Aug 11 16:17:22 EDT 2006 +Last updated: Fri Aug 11 23:50:26 EDT 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -591,15 +591,11 @@ first.

-
  • SHOW/SET +
  • SHOW/SET
    • Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM ANALYZE, and CLUSTER @@ -677,7 +673,7 @@ first.
  • -

    Clients

    +

    Clients

    - +

    AltStyle によって変換されたページ (->オリジナル) /

    -- 2.39.5