summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-06-19 01:48:13 +0000
committerBruce Momjian <bruce@momjian.us>2004-06-19 01:48:13 +0000
commit1181ea6a78dabc1c1c126dc8e0f64057b1b26e82 (patch)
tree8df07395f351ec1fb001919ea7253fa5a19e5152
parentf7ca71a76bffb0a75f0b4a3eddaa4bedf6477a09 (diff)
Add:
> * Fix oid2name and dbsize for tablespaces
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index bb166f119c9..beedf73c0e4 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Jun 18 14:35:43 EDT 2004
+Last updated: Fri Jun 18 21:48:15 EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -278,6 +278,7 @@ Clients
* Move psql backslash database information into the backend, use mnemonic
commands? [psql]
* Allow pg_dump to use multiple -t and -n switches
+* Fix oid2name and dbsize for tablespaces
* ECPG