Received: from localhost (wm.hub.org [200.46.204.128]) by postgresql.org (Postfix) with ESMTP id 388559FB31D for ; Wed, 4 Oct 2006 11:05:59 -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 15345-01 for ; Wed, 4 Oct 2006 14:05:43 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey- Received: from community1.commandprompt.com (host-130.commandprompt.net [207.173.203.130]) by postgresql.org (Postfix) with ESMTP id A06B49FB31A for ; Wed, 4 Oct 2006 11:05:42 -0300 (ADT) Received: from [192.168.27.150] ([12.38.10.44]) (authenticated bits=0) by community1.commandprompt.com (8.13.5.20060308/8.13.5/Debian-3ubuntu1.1) with ESMTP id k94E58E4005614 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 4 Oct 2006 07:05:14 -0700 Message-ID: <4523BF93.1020006@dunslane.net> Date: Wed, 04 Oct 2006 10:05:07 -0400 From: Andrew Dunstan User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.6) Gecko/20060804 Fedora/1.0.4-0.5.1.fc5 SeaMonkey/1.0.4 MIME-Version: 1.0 To: Magnus Hagander CC: "Jim C. Nasby" , Tom Lane , Markus Schaber , pgsql-docs@postgresql.org Subject: Re: [HACKERS] timestamptz alias References: <6BCB9D8A16AC4241919521715F4D8BCEA0FC21@algol.sollentuna.se> In-Reply-To: <6BCB9D8A16AC4241919521715F4D8BCEA0FC21@algol.sollentuna.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.135 tagged_above=0 required=5 tests=FORGED_RCVD_HELO X-Spam-Level: X-Archive-Number: 200610/9 X-Sequence-Number: 3730 Magnus Hagander wrote: >> I would like a frame driven version of the docs (c.f. >> doxygen, javadoc, etc.). The we would not need contents links >> at the top of each chapter like this. Navigating the HTML >> docs is less than pleasant. >> Unfortunately, I don't have enough time or docbook-fu to be >> able to do this. >> > > Yuck. Frames. Ickk. All the issues with bookmarking and searching and > things like that. > > Anyway. If done, make sure the current version doesn't go away, but make > the frames version just an option instead. > > > Then use a tiled mechanism instead if you want to avoid frames. Or if you want to be get more advanced some sort of Ajax solution. But we need some sort of nav bar that you can drill down on. Navigation now is just horrible, IMNSHO. cheers andrew