Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d4273a5

Browse files
committed
Remove:
< o Allow BINARY option to SELECT, just like DECLARE
1 parent d8e3515 commit d4273a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/TODO

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Tue Oct 21 11:48:51 EDT 2003
3+
Last updated: Tue Oct 21 11:51:25 EDT 2003
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -235,7 +235,6 @@ Commands
235235
o Have COPY return number of rows loaded/unloaded
236236

237237
* CURSOR
238-
o Allow BINARY option to SELECT, just like DECLARE
239238
o -MOVE 0 should not move to end of cursor (Bruce)
240239
o Allow UPDATE/DELETE WHERE CURRENT OF cursor using per-cursor tid
241240
stored in the backend (Gavin)
@@ -514,7 +513,7 @@ Source Code
514513
* Acquire lock on a relation before building a relcache entry for it
515514
* Research interaction of setitimer() and sleep() used by statement_timeout
516515
* Add checks for fclose() failure
517-
* 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 $
516+
* 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 $
518517
* Exit postmaster if postgresql.conf can not be opened
519518
* Rename /scripts directory because they are all C programs now
520519
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)