aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-04-17 14:54:16 +0000
committerBruce Momjian <bruce@momjian.us>1998-04-17 14:54:16 +0000
commit87d96ed6725c5a95ca618937f6fdd762b599b9e9 (patch)
tree4b8198ef052b52bd15ae091b85bf3081240e0967
parent323fefdb9d073804d7424427028bdd29f5bdd47a (diff)
downloadpostgresql-87d96ed6725c5a95ca618937f6fdd762b599b9e9.tar.gz
postgresql-87d96ed6725c5a95ca618937f6fdd762b599b9e9.zip
UPdate TODO list.
-rw-r--r--doc/TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index cb23d955151..877bdf4cca4 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -81,8 +81,6 @@ RELIABILITY
* disallow inherited columns with the same name as new columns
* recover or force failure when disk space is exhausted
* default char() value not to full length crashes server on some OS's
-* -DISTINCT not on last query fails on UNION but not UNION ALL
-* Negative constants used with int2 or float4 columns fails
ENHANCEMENTS
------------