Not done:
authorBruce Momjian
Tue, 19 Aug 2008 19:19:53 +0000 (19:19 +0000)
committerBruce Momjian
Tue, 19 Aug 2008 19:19:53 +0000 (19:19 +0000)
<  o -Allow an existing index to be marked as a table's primary key
>  o Allow an existing index to be marked as a table's primary key

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

index 65834cda18fd4305d5c6e1d6905c0264a6280eb5..6e209c0ab71f68dc1df46f4aed6232cef896d643 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Aug 19 12:39:00 EDT 2008
+Last updated:      Tue Aug 19 15:19:46 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -848,7 +848,7 @@ SQL Commands
 
      http://archives.postgresql.org/pgsql-hackers/2006-12/msg00782.php
 
-   o -Allow an existing index to be marked as a table's primary key
+   o Allow an existing index to be marked as a table's primary key
 
      http://archives.postgresql.org/pgsql-hackers/2008-04/msg00500.php
 
index e02fd3c9329b70323491b9dc42d0b71dc57a4d60..bc9ea5e3bfee538a60f57f6106bf879a632c3a74 100644 (file)
@@ -1,14 +1,14 @@
-Strict//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- xmlns="http://www.w3.org/1999/xhtml">
+Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
 
 PostgreSQL TODO List
-51"/>
+25"/>
 
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Aug 19 12:39:00 EDT 2008
+Last updated:           Tue Aug 19 15:19:46 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -730,7 +730,7 @@ first.  There is also a developer's wiki at
           storage, and permanent id for every column?
 

          http://archives.postgresql.org/pgsql-hackers/2006-12/msg00782.php

 

-    
  • -Allow an existing index to be marked as a table's primary key
  • +    
  • Allow an existing index to be marked as a table's primary key
  •  

              http://archives.postgresql.org/pgsql-hackers/2008-04/msg00500.php

     

       
    @@ -996,7 +996,7 @@ first.  There is also a developer's wiki at
               widths.  Perhaps the word wrapping could use the same
               algorithm documented in the W3C specification.
               http://archives.postgresql.org/pgsql-hackers/2008-05/msg00404.php
    -          #auto-table-layout">http://www.w3.org/TR/CSS21/tables.html#auto-table-layout
    +          auto-table-layout">http://www.w3.org/TR/CSS21/tables.htmlauto-table-layout
         
  • Add "auto" expanded mode that outputs in expanded format if
  •            "wrapped" mode can't wrap the output to the screen width
     

              http://archives.postgresql.org/pgsql-hackers/2008-05/msg00417.php

    @@ -1102,8 +1102,8 @@ first.  There is also a developer's wiki at
     

       
     
    -

    Triggers

    -

    +</p><h1>Triggers
    +
     
         
    • Add deferred trigger queue file
    •  

        Right now all deferred trigger information is stored in backend

      @@ -1326,7 +1326,7 @@ first.  There is also a developer's wiki at
         http://archives.postgresql.org/pgsql-patches/2008-01/msg00049.php
       

         
    • Consider automatic caching of statements at various levels:
    • -  Parsed query tree, query execution plan, query results
      +  parsed query tree, query execution plan, query results
       

        http://archives.postgresql.org/pgsql-hackers/2008-04/msg00823.php

       

         
    • Consider increasing internal areas when shared buffers is increased
    • @@ -1842,7 +1842,7 @@ first.  There is also a developer's wiki at
       

        http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php

       

       
      -

      Features We Do _Not_ Want

      +

      Features We Do Not Want

       
       
           
      • All backends running as threads in a single process (not wanted)