finding WITH in documentation

View: New views
3 Messages — Rating Filter:   Alert me  

finding WITH in documentation

by Netzmeister :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

--
Sent via pgsql-docs mailing list (pgsql-docs@...)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Re: finding WITH in documentation

by Magnus Hagander-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Jul 31, 2009 at 18:22, Andreas
Wenk<a.wenk@...> 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/

--
Sent via pgsql-docs mailing list (pgsql-docs@...)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Re: finding WITH in documentation

by Netzmeister :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Magnus Hagander wrote:

> On Fri, Jul 31, 2009 at 18:22, Andreas
> Wenk<a.wenk@...> 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

--
Sent via pgsql-docs mailing list (pgsql-docs@...)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs