summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2001-05-20 01:11:48 +0000
committerBruce Momjian2001-05-20 01:11:48 +0000
commit5d53389cfe5ecacadda12f3a777a642605278e49 (patch)
tree3b19f169a4c71182b840eaa3b78eb449ae26fa15
parentd1af54cf6d28e1e2cffe12a390ec7df88bae8b12 (diff)
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 27df7f04709..a693495fc50 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri May 18 12:28:02 EDT 2001
+Last updated: Sat May 19 21:11:38 EDT 2001
Current maintainer: Bruce Momjian ([email protected])
@@ -140,7 +140,7 @@ COMMANDS
* Allow RULE recompilation
* Add BETWEEN ASYMMETRIC/SYMMETRIC
* Change LIMIT val,val to offset,limit to match MySQL
-* Allow Pl/PgSQL's RAISE function to take expressions
+* Allow PL/PgSQL's RAISE function to take expressions
* ALTER
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place
[inheritance]