From: Marko Kreen Date: Wed, 14 May 2008 20:03:38 +0000 (+0000) Subject: update news and doc for 2.0.5 X-Git-Tag: plproxy_2_0_5_rc1~1 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=7f587597c96dfe741528ce68e5ece81d1d01251c;p=plproxy.git update news and doc for 2.0.5 --- diff --git a/NEWS b/NEWS index 103342b..e70b8ea 100644 --- 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 diff --git a/doc/syntax.txt b/doc/syntax.txt index 3869272..a782c11 100644 --- a/doc/syntax.txt +++ b/doc/syntax.txt @@ -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';