From: Marko Kreen Date: Fri, 27 Jun 2008 10:45:15 +0000 (+0000) Subject: fix typo X-Git-Tag: plproxy_2_0_6~14 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=1fe89490d8f916ee0cdbca715382ab474b47af7e;p=plproxy.git fix typo --- diff --git a/NEWS b/NEWS index efbb2d5..fccc255 100644 --- a/NEWS +++ b/NEWS @@ -14,7 +14,7 @@ SELECT * FROM run_query('select a,b from ..') AS (a int, b text); * Accept int2/int8 values from hash function, - in addiditon to int4. + in addition to int4. = Fixes =