aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-01-16 05:18:07 +0000
committerBruce Momjian <bruce@momjian.us>2000-01-16 05:18:07 +0000
commitfae5d81c68159a3193de17cd1f210cfe043b179b (patch)
tree6b1ef39f04af272697716f493dc58d0b95733822
parent97e82dc72c0cabf72bcfe760073995b89d4a73d6 (diff)
downloadpostgresql-fae5d81c68159a3193de17cd1f210cfe043b179b.tar.gz
postgresql-fae5d81c68159a3193de17cd1f210cfe043b179b.zip
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 421834384d3..e70344d53d5 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sat Jan 15 21:31:39 EST 2000
+Last updated: Sun Jan 16 00:16:44 EST 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -276,7 +276,7 @@ MISC
allocation [memory]
* -fix memory leak in cache code when non-existant table is referenced
In WHERE tab1.x=3 AND tab1.x=tab2.y, add tab2.y=3
-* pass atttypmod through parser in more cases [atttypmod]
+* -pass atttypmod through parser in more cases [atttypmod]
* -remove duplicate type in/out functions for disk and net
* Allow persistent backends [persistent]
* others [performance]