On Fri, Jul 31, 2009 at 18:22, Andreas Wenk<[email protected]> 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 ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
