Add URL for:
authorBruce Momjian
Thu, 14 Aug 2008 01:57:42 +0000 (01:57 +0000)
committerBruce Momjian
Thu, 14 Aug 2008 01:57:42 +0000 (01:57 +0000)
* Improve ability to modify views via ALTER TABLE

>   http://archives.postgresql.org/pgsql-hackers/2008-07/msg01410.php

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

index 5d382f9b95d72199e4cce8e2b8629326f9011c35..b68774d4634c7ca2aafa770b0ddd52d984afbf2b 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Aug 11 23:48:39 EDT 2008
+Last updated:      Wed Aug 13 21:57:34 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -622,6 +622,7 @@ Views / Rules
 * Improve ability to modify views via ALTER TABLE
 
   http://archives.postgresql.org/pgsql-hackers/2008-05/msg00691.php
+  http://archives.postgresql.org/pgsql-hackers/2008-07/msg01410.php
 
 
 
@@ -773,6 +774,7 @@ SQL Commands
 
    o Add CREATE SCHEMA ... LIKE that copies a schema
 
+   o Add CREATE TABLE LIKE ... INCLUDING COMMENTS
 
 
 * UPDATE
@@ -2055,6 +2057,8 @@ Source Code
 * Fix system views like pg_stat_all_tables to use set-returning
   functions, rather than views of per-column functions
 
+* Allow table and index WITH options to be specified via hooks, for use
+  with plugins like GiST index methods
 
 * Win32
 
index 9e252e0056ac08e19d453bf00b0f406653f8f0b2..0086c13a452981bc45a295f7b5eda40f058eba5b 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Aug 11 23:48:39 EDT 2008
+Last updated:           Wed Aug 13 21:57:34 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -539,6 +539,7 @@ first.  There is also a developer's wiki at
 

   
  • Improve ability to modify views via ALTER TABLE
  •  

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

    +  http://archives.postgresql.org/pgsql-hackers/2008-07/msg01410.php
     

     
     

    SQL Commands

    @@ -667,6 +668,7 @@ first.  There is also a developer's wiki at
     

              http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php

     

         
  • Add CREATE SCHEMA ... LIKE that copies a schema
  • +    
  • Add CREATE TABLE LIKE ... INCLUDING COMMENTS
  •    
       
  • UPDATE
  •    
      @@ -1765,6 +1767,8 @@ first.  There is also a developer's wiki at
       

         
    • Fix system views like pg_stat_all_tables to use set-returning
    •    functions, rather than views of per-column functions
      +  
    • Allow table and index WITH options to be specified via hooks, for use
    • +  with plugins like GiST index methods
         
    • Win32
    •    
             
      • Remove configure.in check for link failure when cause is found