aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-12-02 05:42:36 +0000
committerBruce Momjian <bruce@momjian.us>2002-12-02 05:42:36 +0000
commitd117782a4b981d76f460fe620e4f43e26af04ab7 (patch)
treecaf4df61ac2b3ad414b38c1e85f6c2e0dbd67d4e
parent28026681598526cea3bc50da93a4ab37a161be19 (diff)
downloadpostgresql-d117782a4b981d76f460fe620e4f43e26af04ab7.tar.gz
postgresql-d117782a4b981d76f460fe620e4f43e26af04ab7.zip
Add for D'Arcy:
> * Python > o Allow users to register their own types with _pg > o Allow SELECT to return a dictionary of dictionaries > o Allow COPY BINARY FROM
-rw-r--r--doc/TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 4d6ba7715f6..798e1872212 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sun Dec 1 16:27:51 EST 2002
+Last updated: Mon Dec 2 00:42:30 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -257,6 +257,11 @@ Clients
o Add SQLSTATE
o fix handling of DB attributes that are arrays
+* Python
+ o Allow users to register their own types with _pg
+ o Allow SELECT to return a dictionary of dictionaries
+ o Allow COPY BINARY FROM
+
Referential Integrity
=====================