mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
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 >
This commit is contained in:
8
doc/TODO
8
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
|
||||
|
||||
|
Reference in New Issue
Block a user