diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-08 05:01:25 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-08 05:01:25 +0000 |
commit | 6276c035f860d6a5a8018644ffbe0a86b4c508fc (patch) | |
tree | 002f3e9abad929d3d474cb8743be712dea58256c | |
parent | 4048d540c64f86b8c3c35b22fff6bb62697f6355 (diff) | |
download | postgresql-6276c035f860d6a5a8018644ffbe0a86b4c508fc.tar.gz postgresql-6276c035f860d6a5a8018644ffbe0a86b4c508fc.zip |
Update todo
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ MISC * Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions * Allow PQrequestCancel() to terminate when in waiting-for-lock state * Transaction log, so re-do log can be on a separate disk by - with after-row images + with after-row images(Vadim) * Populate backend status area and write program to dump status data * Make oid use unsigned int more reliably, pg_atoi() * Allow subqueries in target list |