Re: [DOCS] Is this example regarding aggregates sourced by subquery correct?

2016-05-21 Thread Tom Lane
"David G. Johnston" writes: > Based upon what you've said I would soften it a bit. Given my own > experience I'd probably point out what is now obvious to me - that the > allowance of the ORDER BY clause is implementation specific. But I'd be > fine chalking that up to an anomalous reading. > S

Re: [DOCS] Is this example regarding aggregates sourced by subquery correct?

2016-05-21 Thread David G. Johnston
On Saturday, May 21, 2016, Tom Lane wrote: > "David G. Johnston" > writes: > > Based upon what you've said I would soften it a bit. Given my own > > experience I'd probably point out what is now obvious to me - that the > > allowance of the ORDER BY clause is implementation specific. But I'd be

Re: [DOCS] contrib/intarray programlisting refers to pre-extension file

2016-05-21 Thread Tom Lane
Daniel Gustafsson writes: > The programlisting for invoking the bench.pl script in contrib/intarray is > referring to the pre-extension file _int.sql which was removed in 9.1 (commit > 629b3af) in favor of intarray—x.y.sql. Attached patch use “psql -c” to > create > the extension instead o

Re: [DOCS] contrib/intarray programlisting refers to pre-extension file

2016-05-21 Thread Daniel Gustafsson
> On 21 May 2016, at 21:47, Tom Lane wrote: > > Daniel Gustafsson writes: >> The programlisting for invoking the bench.pl script in contrib/intarray is >> referring to the pre-extension file _int.sql which was removed in 9.1 (commit >> 629b3af) in favor of intarray—x.y.sql. Attached patch use “

[DOCS] incorrect data type in function

2016-05-21 Thread rapg12
The following documentation comment has been logged on the website: Page: http://www.postgresql.org/docs/8.2/static/plpgsql-porting.html Description: on page : http://www.postgresql.org/docs/current/static/plpgsql-porting.html under 40.12.1. Porting Examples -> Example 40-8. Porting a Simple Fu