PostgreSQL TODO List
====================
-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.
* 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
* 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
-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
Consider placing all sequences in a single table, or create a system
view
+
Dates and Times
Allow infinite dates and intervals just like infinite timestamps
ALTER
-
%Have ALTER TABLE RENAME rename SERIAL sequence names
+
Have ALTER TABLE RENAME rename SERIAL sequence names
+
Have ALTER SEQUENCE RENAME rename the sequence name stored
in the sequence table
Add ALTER DOMAIN to modify the underlying data type
%Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME