From 7121cc9021724ab4421c6bb2bd7f46c1a33eb1da Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 8 Oct 2007 18:01:17 +0000 Subject: [PATCH] Add: > 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 > --- doc/TODO | 8 +++++++- doc/src/FAQ/TODO.html | 7 ++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index c2b13a45f1..5ec27ddd32 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Fri Sep 28 17:32:23 EDT 2007 +Last updated: Mon Oct 8 14:01:12 EDT 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -610,6 +610,12 @@ SQL Commands * ALTER o %Have ALTER TABLE RENAME rename SERIAL sequence names + 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 + o Add ALTER DOMAIN to modify the underlying data type o %Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 97bbaee415..13887ffba3 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Fri Sep 28 17:32:23 EDT 2007 +Last updated: Mon Oct 8 14:01:12 EDT 2007

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -545,6 +545,11 @@ first. There is also a developer's wiki at

  • ALTER