mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add:
> * Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
This commit is contained in:
3
doc/TODO
3
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Tue Dec 3 17:10:42 EST 2002
|
Last updated: Wed Dec 4 13:23:41 EST 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -168,6 +168,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
|
o Add ALTER TABLE tab SET WITHOUT OIDS
|
||||||
|
* Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
|
||||||
|
|
||||||
* CLUSTER
|
* CLUSTER
|
||||||
o Automatically maintain clustering on a table
|
o Automatically maintain clustering on a table
|
||||||
|
Reference in New Issue
Block a user