Re: [DOCS] Inconsistent index links

2010-09-25 Thread Robert Haas
On Wed, Sep 1, 2010 at 2:21 PM, Thom Brown wrote: > I noticed that all aggregate functions listed in the documentation > index direct to a page listing all the aggregate functions and their > usage, with the exception of count, max, min and sum, which direct to > the aggregate function tutorial pa

Re: [DOCS] Substring undocumented form

2010-09-25 Thread Robert Haas
On Sat, Sep 25, 2010 at 4:36 AM, Thom Brown wrote: > Someone submitted a comment to the documentation which made mention of > the fact that while we provide one form of the 3-parameter substring > function, we don't mention an alternative one. > > substring(string from pattern for escape) > can be

[DOCS] Substring undocumented form

2010-09-25 Thread Thom Brown
Hi all, Someone submitted a comment to the documentation which made mention of the fact that while we provide one form of the 3-parameter substring function, we don't mention an alternative one. substring(string from pattern for escape) can be written: substring(string, pattern, escape) Curiousl