put todo into wiki
authorMarko Kreen <markokr@gmail.com>
Mon, 29 Oct 2007 20:08:44 +0000 (20:08 +0000)
committerMarko Kreen <markokr@gmail.com>
Mon, 29 Oct 2007 20:08:44 +0000 (20:08 +0000)
doc/Makefile
doc/overview.txt
doc/todo.txt

index 7ffa719c7770f7b0083d4108e9061e0d3c553bfc..ebec08ff7f32af1289d898f1b5caffe837ca2e30 100644 (file)
@@ -9,6 +9,7 @@ upload:
        devupload.sh overview.txt $(wiki)
        devupload.sh config.txt $(wiki)/ClusterConfig
        devupload.sh syntax.txt $(wiki)/LanguageSyntax
+       devupload.sh todo.txt $(wiki)/ToDo
 
 clean:
        rm -rf api
index f2d7c079b97253471a9d6b219c70b1833422b5c6..73b4be66c152d4d6ad577d12d480729bbd03c039 100644 (file)
@@ -15,7 +15,7 @@ info needs to be specified inside proxy function body.
 
 Downloads: http://pgfoundry.org/projects/plproxy
 
-Detailed info: ./LanguageSyntax  ./ClusterConfig
+Detailed info: ./LanguageSyntax  ./ClusterConfig ./ToDo
 
 == Short intro ==
 
index 8f45e3cbc8696e40919b94556c0ea2b6af8b1ce2..071fc4132ebaa5a0586cae36c006780189e081f3 100644 (file)
@@ -5,30 +5,30 @@
 
 === done ===
 
-* support 8.3
-* fix "make deb"
-* client_encoding: before sending query, sync if needed
-* client_encoding: the warning is not necessary anymore
-* support both older (2.5.4) and newer (2.5.33) flex
+ * support 8.3
+ * fix "make deb"
+ * client_encoding: before sending query, sync if needed
+ * client_encoding: the warning is not necessary anymore
+ * support both older (2.5.4) and newer (2.5.33) flex
 
 === todo ===
 
-* error handling with old flex 
-* testing
+ * error handling with old flex 
+ * testing
 
-== Should be checked ==
+== Needs to be checked ==
 
  * Clean up the binary-or-not decision.  There should be possible
  to have partitions with different versions.  That may mean
  lazy typeout generations.
+ to have partitions with different versions.  That may mean
+ lazy typeout generations.
 
 == Just thoughts ==
 
  * A way to give config to CONNECT functions.
-   * SET param = xxx;
+  * SET param = xxx;
+ * Dynamic connstr loading for CONNECT functions?
  * RUN ON ALL: sort by?
  * RUN ON ALL: ignore errors?
  * RUN ON ANY: if one con failed, try another
-
  * Streaming for big resultsets, to avoid loading them fully in memory.
  Needs also backend changes.
+ Needs also backend changes.