finding WITH in documentation

Started by Andreas Wenkover 16 years ago3 messagesdocs
Jump to latest
#1Andreas Wenk
a.wenk@netzmeister-st-pauli.de

Hi,

I am wondering why I can't find anything if I use WITH as the search
expression in the online documentation, but get a big result list, if I
use WITH RECURSIVE ...

IMO the resulting list should be the same for both search expressions.

Andy ideas?

Cheers

Andy

#2Magnus Hagander
magnus@hagander.net
In reply to: Andreas Wenk (#1)
Re: finding WITH in documentation

On Fri, Jul 31, 2009 at 18:22, Andreas
Wenk<a.wenk@netzmeister-st-pauli.de> wrote:

Hi,

I am wondering why I can't find anything if I use WITH as the search
expression in the online documentation, but get a big result list, if I use
WITH RECURSIVE ...

IMO the resulting list should be the same for both search expressions.

Andy ideas?

I believe with is a stopword, since it's a very common word in
english. Your search for WITH RECURSIVE is turning into a search for
just RECURSIVE...

--
Magnus Hagander
Self: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

#3Andreas Wenk
a.wenk@netzmeister-st-pauli.de
In reply to: Magnus Hagander (#2)
Re: finding WITH in documentation

Magnus Hagander wrote:

On Fri, Jul 31, 2009 at 18:22, Andreas
Wenk<a.wenk@netzmeister-st-pauli.de> wrote:

Hi,

I am wondering why I can't find anything if I use WITH as the search
expression in the online documentation, but get a big result list, if I use
WITH RECURSIVE ...

IMO the resulting list should be the same for both search expressions.

Andy ideas?

I believe with is a stopword, since it's a very common word in
english. Your search for WITH RECURSIVE is turning into a search for
just RECURSIVE...

argh ... note to myself: think before write

Thanks Magnus

Cheers

Andy