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
=== 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.