mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Done:
> o -Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
This commit is contained in:
4
doc/TODO
4
doc/TODO
@@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Wed Mar 19 22:40:26 EST 2003
|
Last updated: Thu Mar 20 02:00:49 EST 2003
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@@ -176,7 +176,7 @@ Commands
|
|||||||
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
|
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
|
||||||
of the item above
|
of the item above
|
||||||
o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
|
o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
|
||||||
o Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
|
o -Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
|
||||||
o Have ALTER TABLE rename SERIAL sequences
|
o Have ALTER TABLE rename SERIAL sequences
|
||||||
|
|
||||||
* CLUSTER
|
* CLUSTER
|
||||||
|
Reference in New Issue
Block a user