Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id B8B9163278B for ; Wed, 9 Jun 2010 06:37:28 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.243]) (amavisd-maia, port 10024) with ESMTP id 69519-05 for ; Wed, 9 Jun 2010 09:37:19 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from smtp1.hi-media-techno.com (smtp1.hi-media-techno.com [195.158.241.85]) by mail.postgresql.org (Postfix) with ESMTP id B5FAD6326BC for ; Wed, 9 Jun 2010 06:37:20 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by smtp1.hi-media-techno.com (Postfix) with ESMTP id 4C89C93BFA; Wed, 9 Jun 2010 11:37:18 +0200 (CEST) Received: from smtp1.hi-media-techno.com ([127.0.0.1]) by localhost (smtp1.backbone.hi-media-techno.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oLJl0euorQKt; Wed, 9 Jun 2010 11:37:18 +0200 (CEST) Received: from mail1.hi-media-techno.com (unknown [192.168.27.17]) by smtp1.hi-media-techno.com (Postfix) with ESMTP id 0569393B8C; Wed, 9 Jun 2010 11:37:18 +0200 (CEST) Received: from dim (unknown [83.167.62.196]) by mail1.hi-media-techno.com (Postfix) with ESMTPSA id AAAC72900CF; Wed, 9 Jun 2010 11:37:17 +0200 (CEST) Received: by dim (Postfix, from userid 1000) id 5AC9C13F4D; Wed, 9 Jun 2010 11:38:56 +0200 (CEST) From: Dimitri Fontaine To: Dave Coventry Cc: pgsql-general@postgresql.org Subject: Re: Cognitive dissonance Organization: Hi-Media References: <29FD1BB6-9AD8-485C-B5D2-23D66C15DC97@numericable.fr> <1C4CA63C-DD35-4554-81CE-4E2A94548CA6@numericable.fr> User-Mail-Address: dfontaine@hi-media.com Date: Wed, 09 Jun 2010 11:38:56 +0200 In-Reply-To: (Dave Coventry's message of "Wed, 9 Jun 2010 10:24:17 +0200") Message-ID: <87ljaoo89b.fsf@hi-media-techno.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.81 tagged_above=-5 required=5 tests=BAYES_50=0.8, T_FRT_PROFILE2=0.01 X-Spam-Level: X-Archive-Number: 201006/416 X-Sequence-Number: 163953 Dave Coventry writes: > Formatted text, whether PDF, HTML or (heaven forbid!) Word Documents, > is easier to read than unformatted plain text, and those of us without > the OP's very admirable proficiency in vi remain at the mercy of the > various readers and their associated search functions. > > However, I sure that it's not too arduous a task to extract the text > in these documents and strip them of their formatting? > > Or am I missing something? Info documentation format. Text based, super user aware, easy to browse and search, has an index. You can even produce postgres.info today, it's just not optimised to be very friendly, it's missing mainly convenient table support and index. Regards, -- dim