Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id C4581633596 for ; Tue, 8 Jun 2010 13:42:15 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 17279-06 for ; Tue, 8 Jun 2010 16:42:08 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from smtp3.tech.numericable.fr (smtp3.tech.numericable.fr [82.216.111.39]) by mail.postgresql.org (Postfix) with ESMTP id 7784463307F for ; Tue, 8 Jun 2010 13:42:08 -0300 (ADT) Received: from [10.0.1.2] (abo-102-217-68.trs.modulonet.fr [85.68.217.102]) by smtp3.tech.numericable.fr (Postfix) with ESMTP id 1189D3E420 for ; Tue, 8 Jun 2010 18:42:06 +0200 (CEST) Message-Id: From: John Gage To: PostgreSQL - General In-Reply-To: <20100608150115.GN21875@tamriel.snowman.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: Cognitive dissonance Date: Tue, 8 Jun 2010 18:42:05 +0200 References: <29FD1BB6-9AD8-485C-B5D2-23D66C15DC97@numericable.fr> <20100608150115.GN21875@tamriel.snowman.net> X-Mailer: Apple Mail (2.936) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.79 tagged_above=-5 required=5 tests=BAYES_50=0.8, RCVD_IN_DNSWL_NONE=-0.0001, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201006/368 X-Sequence-Number: 163905 Thank you all for your suggestions. Thank you very much. John 1) I suppose the next thing you'll be suggesting is that, because Postgres is a database, the documentation should be stored as some form of searchable table within the database itself....? ------Well, that is exactly what I have done with the MeSH subject headings. And it works like a charm. 2) Its also available in chm windows help file format. Which i find allot more useful http://www.postgresql.org/docs/manuals/ you could print chm to a text file. ------I'll have to boot over to XP, ugh. Will do. 3) also it not hard to dump a PDF document into a text file. ------I would print out what the dump looks like, but this is a family program 4) Would a \h+ that gave you the text from the web-page be useful..? That, plus the various man pages, would cover an awful lot of what's in SGML.. From : "The DocBook SGML source for the manuals is available as part of the PostgreSQL source download available in the FTP area." -----I'm headed there. It's just that given the incredibly good documentation and the fact that it's available in just about every format except a text file, I was sort of hoping for a policy change on the part of the powers that be.