aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-08-14 04:58:17 +0000
committerBruce Momjian <bruce@momjian.us>2002-08-14 04:58:17 +0000
commitfcbc87c1ee13dadcabc6cddc76260515482a6e70 (patch)
tree6bc4fa6f513b23047352d79246658fa7fac2410f
parent561e25ad71598bcba1aeb550ef2475e050270752 (diff)
downloadpostgresql-fcbc87c1ee13dadcabc6cddc76260515482a6e70.tar.gz
postgresql-fcbc87c1ee13dadcabc6cddc76260515482a6e70.zip
Add:
> o Add ALTER TABLE tab SET WITHOUT OIDS
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index ff7b9e62052..86574fecdfc 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Aug 13 23:40:53 EDT 2002
+Last updated: Wed Aug 14 00:57:54 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -202,6 +202,7 @@ Commands
o ALTER TABLE ADD COLUMN column DEFAULT should fill existing
rows with DEFAULT value
o -Have ALTER TABLE OWNER change all dependant objects like indexes
+ o Add ALTER TABLE tab SET WITHOUT OIDS
* CLUSTER
o Cluster all tables at once