From: Andrew Gierth Date: Thu, 30 Apr 2015 01:21:46 +0000 (+0100) Subject: tiny doc fix X-Git-Url: http://git.postgresql.org/gitweb/review?a=commitdiff_plain;h=22eb0ccd0553cfad0185f5c484f3e13aa6ff6fa6;p=users%2Fandresfreund%2Fpostgres.git tiny doc fix --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 8d998d1925..f2ba889e02 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -13304,7 +13304,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab; ) to distinguish result rows. The arguments to the GROUPING operation are not actually evaluated, but they must match exactly expressions given in the GROUP BY - clause of the current query level. Bits are assigned with the rightmost + clause of the associated query level. Bits are assigned with the rightmost argument being the least-significant bit; each bit is 0 if the corresponding expression is included in the grouping criteria of the grouping set generating the result row, and 1 if it is not. For example: