diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-10-21 15:51:41 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-10-21 15:51:41 +0000 |
commit | d4273a5205830e1a8d2af0b2338b5f84d9510383 (patch) | |
tree | ff98dac70e4b931a160f17292d5d6440eb8e4f8e | |
parent | d8e3515f63fe888d548d668f8e64cf598f86f169 (diff) | |
download | postgresql-d4273a5205830e1a8d2af0b2338b5f84d9510383.tar.gz postgresql-d4273a5205830e1a8d2af0b2338b5f84d9510383.zip |
Remove:
< o Allow BINARY option to SELECT, just like DECLARE
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Oct 21 11:48:51 EDT 2003 +Last updated: Tue Oct 21 11:51:25 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -235,7 +235,6 @@ Commands o Have COPY return number of rows loaded/unloaded * CURSOR - o Allow BINARY option to SELECT, just like DECLARE o -MOVE 0 should not move to end of cursor (Bruce) o Allow UPDATE/DELETE WHERE CURRENT OF cursor using per-cursor tid stored in the backend (Gavin) @@ -514,7 +513,7 @@ Source Code * Acquire lock on a relation before building a relcache entry for it * Research interaction of setitimer() and sleep() used by statement_timeout * Add checks for fclose() failure -* Change CVS $Id: TODO,v 1.1154 2003/10/21 15:48:56 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1154 2003/10/21 15:48:56 momjian Exp $ +* Change CVS $Id: TODO,v 1.1155 2003/10/21 15:51:41 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1155 2003/10/21 15:51:41 momjian Exp $ * Exit postmaster if postgresql.conf can not be opened * Rename /scripts directory because they are all C programs now * Allow the regression tests to start postmaster with -i so the tests |