update todo
authorMarko Kreen <markokr@gmail.com>
Mon, 10 Dec 2007 15:47:53 +0000 (15:47 +0000)
committerMarko Kreen <markokr@gmail.com>
Mon, 10 Dec 2007 15:47:53 +0000 (15:47 +0000)
doc/todo.txt

index 22c053c5d9c01ce29cad31d30c0a7241da6e196e..1ce4bbf12de5d9a2eceb3db5428e4c3c3cf22385 100644 (file)
@@ -10,6 +10,8 @@
  * Allow missing RUN in CLUSTER functions, which would mean `RUN ON 0;`
    This should be useful for single-partition clusters.
 
+ * Lazy value type cache, per-conn binary I/O decision.
+
 == Just thoughts ==
 
  * A way to give config to CONNECT functions.
@@ -21,3 +23,4 @@
  * Streaming for big resultsets, to avoid loading them fully in memory.
    This needs also backend changes.
  * Drop CONNECT, SELECT, plproxy.get_cluster_config()...
+ * Debug a way to survive AS syntax with different types.