summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorBruce Momjian2008-03-25 02:33:37 +0000
committerBruce Momjian2008-03-25 02:33:37 +0000
commit697b0829b352d13386df8513ddbc4e1964418339 (patch)
tree95b4c3530d7d85675b01ea835f1ac1e04ebd0024 /doc/TODO
parent62c39d6dad781879f5367357e89f080f99bd42c9 (diff)
Add to psql TODO:
> > o Improve display if enums > > http://archives.postgresql.org/pgsql-hackers/2008-01/msg00826.php > >
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index a0377b10218..de7ba5285cb 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Mon Mar 24 22:23:38 EDT 2008
+Last updated: Mon Mar 24 22:33:32 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1029,6 +1029,12 @@ Clients
http://archives.postgresql.org/pgsql-general/2007-09/msg00438.php
+ o Improve display if enums
+
+ http://archives.postgresql.org/pgsql-hackers/2008-01/msg00826.php
+
+
+
* pg_dump / pg_restore
o %Add dumping of comments on index columns and composite type columns