summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2002-12-04 18:23:47 +0000
committerBruce Momjian2002-12-04 18:23:47 +0000
commit20f2872467cfc5de94f3395d5e1c0466852cbd46 (patch)
treea631a46a4f206edefd47a10c95b4ba6feaaf2171
parent5cdf45c6aa8b1c859ba268f1884e77f3d9770aed (diff)
Add:
> * Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 4570a36f40d..db8a91b79dd 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
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)
@@ -168,6 +168,7 @@ Commands
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
of the item above
o Add ALTER TABLE tab SET WITHOUT OIDS
+ * Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
* CLUSTER
o Automatically maintain clustering on a table