aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-04-19 00:03:44 +0000
committerBruce Momjian <bruce@momjian.us>2000-04-19 00:03:44 +0000
commit57673afe8c48ea2d2b17e225286e2ed6cadf8548 (patch)
tree34956d135999692cbc57e42036223e7d7d94e96e
parent3296e6fe68f23229af7e7004abdeecc0957cd4eb (diff)
downloadpostgresql-57673afe8c48ea2d2b17e225286e2ed6cadf8548.tar.gz
postgresql-57673afe8c48ea2d2b17e225286e2ed6cadf8548.zip
Update TODO list.
-rw-r--r--doc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 605c025d755..1cbe7ac5b18 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -51,7 +51,7 @@ MISC
* Modification of pg_class can happen while table in use by
another backend. Might lead to MVCC inside of syscache
* Permission to UPDATE table allows DELETE also
-
+* Some database schema's are not dumpable; do dumps in oid order
ENHANCEMENTS
------------