diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-10-02 17:36:56 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-10-02 17:36:56 +0000 |
commit | a81aef7f250c5a296e6be013fac38cafeb2a76ab (patch) | |
tree | d86828e7bb0af893e3fdf42d9325e51894f24154 | |
parent | 2c5d1f4caa8567e14275c3b22ca20f83ac24458f (diff) |
Update TODO list.
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ MISC promotion occurs * 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 +* Permission to DELETE table allows UPDATE also ENHANCEMENTS ------------ |