X-Original-To: pgsql-www-postgresql.org@postgresql.org Received: from localhost (wm.hub.org [200.46.204.128]) by postgresql.org (Postfix) with ESMTP id 078119FB256 for ; Wed, 2 Aug 2006 12:18:34 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.128]) (amavisd-new, port 10024) with ESMTP id 34726-09 for ; Wed, 2 Aug 2006 15:18:33 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey- Received: from vale-housing.co.uk (mailgate.vale-housing.co.uk [194.217.48.34]) by postgresql.org (Postfix) with ESMTP id 548889FB252 for ; Wed, 2 Aug 2006 12:18:33 -0300 (ADT) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Re: [Fwd: [BUGS] BUG #2560: Web page documentation hard Date: Wed, 2 Aug 2006 16:18:31 +0100 Message-ID: In-Reply-To: <44D0B82E.1040900@commandprompt.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] [Fwd: [BUGS] BUG #2560: Web page documentation hard thread-index: Aca2QPcjvjY1fHpkQLOBDBoze4izCAABXM3w From: "Dave Page" To: "Joshua D. Drake" , "Devrim GUNDUZ" Cc: X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200608/11 X-Sequence-Number: 10402 =20 > -----Original Message----- > From: pgsql-www-owner@postgresql.org=20 > [mailto:pgsql-www-owner@postgresql.org] On Behalf Of Joshua D. Drake > Sent: 02 August 2006 15:35 > To: Devrim GUNDUZ > Cc: pgsql-www@postgresql.org > Subject: Re: [pgsql-www] [Fwd: [BUGS] BUG #2560: Web page=20 > documentation hard >=20 >=20 > >> I'm trying to look up the SQL keyword 'in' using the=20 > postgresql.org web > >> search function. >=20 > Well isn't that interesting. He has a valid point. I think=20 > Tsearch can=20 > pick which words it won't ignore so we could take IN SELECT=20 > JOIN things=20 > like that out, however that would take changing our infrastructure. ASPSeek can as well (they're called stopwords) but it won't help in this case because even if we don't ignore IN et al. it'll still match virtually every page. Regards, Dave.