Re: [DOCS] Huge pages section needs to describe hugetlb_shm_group, memlock limit

2014-10-13 Thread Bruce Momjian
On Sat, Sep 20, 2014 at 10:24:51PM +0100, Laurence Parry wrote: > Regarding the coverage of huge pages (added in 9.4): > http://www.postgresql.org/docs/9.4/static/kernel-resources.html#LINUX-HUGE-PAGES > > This section does not call out the need to add the PostgreSQL user > to a group which has be

Re: [DOCS] [BUGS] BUG #11661: CASE ELSE is evaluated although condition is true

2014-10-13 Thread Marti Raudsepp
On Mon, Oct 13, 2014 at 2:05 PM, wrote: > case when sum( column1 ) = 0 > then 0 > else round( sum( price > * hours > / column1 ), 2 ) > I would expect that the else part would never be evaluated. > Documentation