Add URL's for sequence discussions:
authorBruce Momjian
Mon, 3 Mar 2008 15:06:55 +0000 (15:06 +0000)
committerBruce Momjian
Mon, 3 Mar 2008 15:06:55 +0000 (15:06 +0000)
>
>   http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php
>
<  o %Have ALTER TABLE RENAME rename SERIAL sequence names
>  o Have ALTER TABLE RENAME rename SERIAL sequence names
>
>    http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php
>
>    http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php

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

index 34290b8a69c4f460b7f03cae8e02d096a166dbb3..cb0389adb6fff13a135a6a28f9b5f9fe4739f918 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Feb 29 09:56:41 EST 2008
+Last updated:      Mon Mar  3 10:06:41 EST 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -183,6 +183,9 @@ Data Types
 
 * Consider placing all sequences in a single table, or create a system
   view
+
+  http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php
+
 * Dates and Times
 
    o Allow infinite dates and intervals just like infinite timestamps
@@ -570,12 +573,16 @@ SQL Commands
 
 * ALTER
 
-   o %Have ALTER TABLE RENAME rename SERIAL sequence names
+   o Have ALTER TABLE RENAME rename SERIAL sequence names
+
+     http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php
+
    o Have ALTER SEQUENCE RENAME rename the sequence name stored
      in the sequence table
 
      http://archives.postgresql.org/pgsql-bugs/2007-09/msg00092.php
      http://archives.postgresql.org/pgsql-bugs/2007-10/msg00007.php
+     http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php
 
    o Add ALTER DOMAIN to modify the underlying data type
    o %Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
index ba02298696853fa53d6cee5efe24ab852968cc2c..b47d2564d807464517a51d96244fb13a748cc4b1 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Feb 29 09:56:41 EST 2008
+Last updated:           Mon Mar  3 10:06:41 EST 2008
 

 

The most recent version of this document can be viewed at

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

   
  • Consider placing all sequences in a single table, or create a system
  •    view
    +

      http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php

    +

       
  • Dates and Times
  •    
           
    • Allow infinite dates and intervals just like infinite timestamps
    • @@ -507,11 +509,14 @@ first.  There is also a developer's wiki at
         
         
    • ALTER
    •    
        -    
      • %Have ALTER TABLE RENAME rename SERIAL sequence names
      • +    
      • Have ALTER TABLE RENAME rename SERIAL sequence names
      • +

                  http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php

        +

             
      • Have ALTER SEQUENCE RENAME rename the sequence name stored
      •            in the sequence table
         

                  http://archives.postgresql.org/pgsql-bugs/2007-09/msg00092.php

                   http://archives.postgresql.org/pgsql-bugs/2007-10/msg00007.php
        +          http://archives.postgresql.org/pgsql-hackers/2008-03/msg00008.php
         

             
      • Add ALTER DOMAIN to modify the underlying data type
      •      
      • %Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME