diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-03-20 07:00:57 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-03-20 07:00:57 +0000 |
commit | 46bce088c19d0e20152bc9c5e25ce105cff4fa07 (patch) | |
tree | e333616e572e1e0856261fc05b3ebcc64158c2d0 | |
parent | 64d0b8b05f1b04c5cc6777319aa202a223917920 (diff) | |
download | postgresql-46bce088c19d0e20152bc9c5e25ce105cff4fa07.tar.gz postgresql-46bce088c19d0e20152bc9c5e25ce105cff4fa07.zip |
Done:
> o -Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ 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) @@ -176,7 +176,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 (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 * CLUSTER |