aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-06-14 02:57:08 +0000
committerBruce Momjian <bruce@momjian.us>2000-06-14 02:57:08 +0000
commit434adee656cbebb18bf9526eecc97124361eca34 (patch)
treeb74ead8d7bc421e96dcdf9515873f8c6f7bf1d98
parent41c4a109063fe3a8d8535c60a32bf5ce7b22ccee (diff)
downloadpostgresql-434adee656cbebb18bf9526eecc97124361eca34.tar.gz
postgresql-434adee656cbebb18bf9526eecc97124361eca34.zip
Update TODO list.
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index da5ba6e705c..c963b393911 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Jun 13 22:24:15 EDT 2000
+Last updated: Tue Jun 13 22:56:20 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -98,6 +98,7 @@ TYPES
* Allow arrays to hold NULL elements
* Get BIT type working
* Allow better handling of numeric constants
+* Support multiple simultaneous character sets, per SQL92
VIEWS