diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-04-19 00:03:44 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-04-19 00:03:44 +0000 |
commit | 57673afe8c48ea2d2b17e225286e2ed6cadf8548 (patch) | |
tree | 34956d135999692cbc57e42036223e7d7d94e96e | |
parent | 3296e6fe68f23229af7e7004abdeecc0957cd4eb (diff) | |
download | postgresql-57673afe8c48ea2d2b17e225286e2ed6cadf8548.tar.gz postgresql-57673afe8c48ea2d2b17e225286e2ed6cadf8548.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ------------ |