From: | Brian Modra <brian(at)zwartberg(dot)com> |
---|---|
To: | John Gage <jsmgage(at)numericable(dot)fr> |
Cc: | PostgreSQL - General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Cognitive dissonance |
Date: | 2010-06-09 06:59:25 |
Message-ID: | AANLkTinyM3UJqZykZKz6fPEddQAGkVyGb22XxJprNL8R@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-general |
On 09/06/2010, John Gage <jsmgage(at)numericable(dot)fr> wrote:
> 1) On a list that howls with complaints when posts are in html, it is
> surprising that there is resistance to the idea of documentation in
> plain text.
>
> 2) Posters are correctly referred to the documentation as frequently
> as possible. In fact, very frequently. The frequency might decrease
> if the documentation were in plain text. It is easier to search a
> single plain text file than any other source, except perhaps the
> database itself.
>
> 3) Postgres is getting pushed off the map at the low end by MySQL, now
> owned by Oracle. If Postgres ceased to exist, Ellison would be
> thrilled. I chose A2 Hosting (with whom I am very happy) for my
> website because they support Postgres. I'm writing cgi scripts in
> perl. I had to install the postgres driver for dbi. It was not pre-
> installed. There are about four buttons for MySQL on the cPanel and
> two farther over on the right for Postgres.
>
> An anecdote. I discovered the tsvector functionality a while back. I
> have used it to create indices for my text files and several other
> tasks. I recently was re-looking at my files and saw
> "tsvector::text". I had forgotten that the double colon is one way to
> cast a type. Double colon is not in the html index of the
> documentation. I found it by searching my plain text version of the
> pdf file. In my opinion, the html documentation is useful for reading
> it like a novel or referencing it in these lists.
>
>
> On Jun 8, 2010, at 9:56 PM, Josh Kupershmidt wrote:
>
>> Not that I see a whole lot of utility in this endeavor
Personally I like to use html docs, and it would be good if the
documentation were downloadable from the postgresql website in other
formats, for convenience...
But, what I use is this, which works pretty well:
(e.g. to get the 8.1 dosc)
mkdir postgresql
cd postgresql
wget -r -nH -l 10 -k -np
http://www.postgresql.org/docs/8.1/interactive/index.html
... then after it all downloads:
open the file docs/8.1/interactive/index.html
in your web browser.
e.g.
links docs/8.1/interactive/index.html
HTML is "text", so you can search using grep e.g.
grep -r "ALTER TABLE .* ADD COLUMN" docs/8.1
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>
--
Brian Modra Land line: +27 23 5411 462
Mobile: +27 79 69 77 082
5 Jan Louw Str, Prince Albert, 6930
Postal: P.O. Box 2, Prince Albert 6930
South Africa
http://www.zwartberg.com/
Fax: +27865510467
From | Date | Subject | |
---|---|---|---|
Next Message | Torsten Zühlsdorff | 2010-06-09 07:44:10 | Re: Cognitive dissonance |
Previous Message | Greg Smith | 2010-06-09 06:24:53 | Re: Cognitive dissonance |
From | Date | Subject | |
---|---|---|---|
Next Message | p.buongiovanni | 2010-06-09 07:14:56 | Re: [BUGS] BUG #5492: Query performs slowly and sequence corrupted |
Previous Message | Greg Smith | 2010-06-09 06:24:53 | Re: Cognitive dissonance |