Update MERGE:
authorBruce Momjian
Tue, 15 Nov 2005 23:08:24 +0000 (23:08 +0000)
committerBruce Momjian
Tue, 15 Nov 2005 23:08:24 +0000 (23:08 +0000)
>
>   To implement this cleanly requires that the table have a unique index
>   so duplicate checking can be easily performed.
>

doc/TODO
doc/src/FAQ/TODO.html

index a20d627689bc27c6f91439f47747d07c225b6507..eb9d0b367920d7ca46400746589f292395910ecc 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Thu Oct 27 10:15:56 EDT 2005
+Last updated:      Tue Nov 15 18:08:23 EST 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -371,6 +371,10 @@ SQL Commands
 * Add a GUC variable to warn about non-standard SQL usage in queries
 * Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules,
   triggers?)
+
+  To implement this cleanly requires that the table have a unique index
+  so duplicate checking can be easily performed.
+
 * Add NOVICE output level for helpful messages like automatic sequence/index
   creation
 * %Add COMMENT ON for all cluster global objects (roles, databases
index 597f31cb93533fad80c294a07a7f657f92f5cb09..ccafeb52046af5d1c392c8274e98bb1fbf36dc66 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Thu Oct 27 10:15:56 EDT 2005
+Last updated:           Tue Nov 15 18:08:23 EST 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -341,6 +341,9 @@ first.
   
  • Add a GUC variable to warn about non-standard SQL usage in queries
  •    
  • Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules,
  •    triggers?)
    +

      To implement this cleanly requires that the table have a unique index

    +  so duplicate checking can be easily performed.
    +

       
  • Add NOVICE output level for helpful messages like automatic sequence/index
  •    creation
       
  • %Add COMMENT ON for all cluster global objects (roles, databases