From 7f587597c96dfe741528ce68e5ece81d1d01251c Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 14 May 2008 20:03:38 +0000 Subject: [PATCH] update news and doc for 2.0.5 --- NEWS | 8 ++++++++ doc/syntax.txt | 3 +++ 2 files changed, 11 insertions(+) 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'; -- 2.39.5