Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2001-10-11 16:35:50 +0000
committerBruce Momjian2001-10-11 16:35:50 +0000
commitb0c4598c66bb9d38cef44df7b09243fd533537ff (patch)
treed46970c407c3a0299633ea1ff55c801d91f5294c
parent95c18db868a8d2f96859f6bfef8af826a64d8fbb (diff)
Update TODO list.
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 5c5dbcc9fcd..99c894c8fdf 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Oct 8 13:08:55 EDT 2001
+Last updated: Thu Oct 11 12:35:23 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -206,6 +206,7 @@ CLIENTS
ORDER BY direction (Tom)
* Have pg_dump use LEFT OUTER JOIN in multi-table SELECTs
or multiple SELECTS to avoid bad system catalog entries
+* Have pg_dump -C dump database location and encoding information
* Allow psql \d to show foreign keys
* Allow psql \d to show temporary table structure
* Add XML interface: psql, pg_dump, COPY, separate server (?)