Re: Cognitive dissonance

From: Torsten Zühlsdorff <foo(at)meisterderspiele(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Cognitive dissonance
Date: 2010-06-09 07:44:10
Message-ID: hungob$vlt$1@news.eternal-september.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-general

Brian Modra schrieb:

> 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

Thats the way i do too. A huge pdf is often not very helpful. In my
personal case i programm often in a train, using my laptop. Searching a
PDF with more than 1.000 pages really hits my battery. With html-files i
could preselect the items to search.
Also it's possible to import the html-files in a postgres-db and using
fulltext-search. ;)

Greetings,
Torsten
--
http://www.dddbl.de - ein Datenbank-Layer, der die Arbeit mit 8
verschiedenen Datenbanksystemen abstrahiert,
Queries von Applikationen trennt und automatisch die Query-Ergebnisse
auswerten kann.

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Dave Coventry 2010-06-09 08:24:17 Re: Cognitive dissonance
Previous Message Brian Modra 2010-06-09 06:59:25 Re: Cognitive dissonance

Browse pgsql-general by date

  From Date Subject
Next Message Marinos Yannikos 2010-06-09 07:53:29 server crash => libpq poll() hangs forever (Linux)
Previous Message p.buongiovanni 2010-06-09 07:14:56 Re: [BUGS] BUG #5492: Query performs slowly and sequence corrupted