update news and doc for 2.0.5
authorMarko Kreen <markokr@gmail.com>
Wed, 14 May 2008 20:03:38 +0000 (20:03 +0000)
committerMarko Kreen <markokr@gmail.com>
Wed, 14 May 2008 20:03:38 +0000 (20:03 +0000)
NEWS
doc/syntax.txt

diff --git a/NEWS b/NEWS
index 103342b07d0b250352bda0d1bcebe1dfde493fd8..e70b8ea8a86714ea0d3125267d2c83f684adbe20 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2008-05-xx  -  PlProxy 2.0.5  -  ""
+
+  * Fix crash if a function with "CLUSTER 'name';"
+    is parsed after function with "CLUSTER func();"
+  * RUN ON is now optional, defaulting to RUN ON 0;
+    Should make creating simple RPC functions easier.
+  * Make compat poll() function behave more like actual poll().
+
 2008-01-04  -  PlProxy 2.0.4  -  "Vampire-proof"
 
   * Fix crash due to bad error reporting when remote db
index 38692727a41a34d2a22b264684d8871e8471a13a..a782c1186012709e4b34e1bd409861adb26afb69 100644 (file)
@@ -12,6 +12,9 @@ to specify where to run the function.
 The `SELECT` statement is optional, if it is missing, there will be default
 query generated based on proxy function signature.
 
+The `RUN` statment is also optional, if missing, the query will be run
+on partition 0.
+
 == CONNECT ==
 
   CONNECT 'libpq connstr';