X-Original-To: pgsql-www-postgresql.org@postgresql.org Received: from localhost (mx1.hub.org [200.46.208.251]) by postgresql.org (Postfix) with ESMTP id CF2EC9FB252 for ; Wed, 9 Aug 2006 14:13:16 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024) with ESMTP id 94166-05 for ; Wed, 9 Aug 2006 14:13:08 -0300 (ADT) X-Greylist: delayed 00:17:01.028371 by SQLgrey- Received: from svr4.postgresql.org (svr4.postgresql.org [66.98.251.159]) by postgresql.org (Postfix) with ESMTP id 512D79FB1F8 for ; Wed, 9 Aug 2006 14:13:08 -0300 (ADT) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.3 Received: from sulu.pkts.ca (sulu.pkts.ca [64.251.84.43]) by svr4.postgresql.org (Postfix) with ESMTP id 25C485AF02B for ; Wed, 9 Aug 2006 16:56:05 +0000 (GMT) Received: from kirk.lan (chowes-at-home [24.82.209.151]) by sulu.pkts.ca (8.13.3/8.13.3) with ESMTP id k79GpmJs014201; Wed, 9 Aug 2006 09:51:49 -0700 Subject: Re: [BUGS] BUG #2560: Web page documentation hard to use From: PF To: Jim Nasby Cc: pgsql-www@postgresql.org In-Reply-To: References: <200608011654.k71Gs3OQ014604@wwwmaster.postgresql.org> Content-Type: text/plain Date: Wed, 09 Aug 2006 09:51:48 -0700 Message-Id: <1155142308.18670.12.camel@kirk.clients.pkts.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4) Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.56 on 64.251.84.43 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=1.069 tagged_above=0 required=5 tests=SPF_NEUTRAL X-Spam-Level: * X-Archive-Number: 200608/67 X-Sequence-Number: 10458 The php language web site (http://www.php.net/) seems to have a good solution; the search can be restricted to just the function list. The other language reference that comes to mind is the perlfunc man page; every keyword is on one page, with examples. Searching is not as big a problem because you know you're on the right page already; you only have to scroll down to the keyword in alphabetical order. It makes for a long page, but that isn't much of a drawback. I just had a thought; is there an index of keywords for postgres? On Tue, 2006-08-08 at 12:33 -0500, Jim Nasby wrote: > Moving to -www. > > I can't think of any good way to fix this; I think this is something > even Google has issues with. Your best bet is probably to ask pgsql- > general whatever questions you have. I don't have the docs handy > right now, but someone else might be able to direct you to wherever IN > () is documented (probably in the expressions section, or maybe in > SELECT). > > On Aug 1, 2006, at 4:54 PM, PFudd wrote: > > The following bug has been logged online: > > > > Bug reference: 2560 > > Logged by: PFudd > > Email address: kernel@pkts.ca > > PostgreSQL version: 8.1.4 > > Operating system: N/A > > Description: Web page documentation hard to use > > Details: > > > > I'm trying to look up the SQL keyword 'in' using the postgresql.org > > web > > search function. > > > > Unfortunately, this word is also present in about every third > > sentence of > > every page, making it impossible to search for. > > > > In fact, a lot of the sql keywords are impossible to search for, > > because > > they're lost in the noise. > > > > Can this be fixed? > > > > Thanks! > > > > ---------------------------(end of > > broadcast)--------------------------- > > TIP 6: explain analyze is your friend > > > > -- > Jim C. Nasby, Sr. Engineering Consultant jnasby@pervasive.com > Pervasive Software http://pervasive.com work: 512-231-6117 > vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461 > -- PF