postgresql/doc/src/FAQ
Bruce Momjian 52d010d857 Done:
> * -Add 'tid != tid ' operator for use in corruption recovery
2006-02-26 21:22:47 +00:00
..
FAQ_brazilian.html Update FAQ URLs. 2005-05-11 16:13:20 +00:00
FAQ_chinese.html Update Chinese FAQ to fix XHTML format. 2005-06-04 03:28:57 +00:00
FAQ_czech.html Update FAQ URLs. 2005-05-11 16:13:20 +00:00
FAQ_DEV.html Spell fix. Andrew. 2005-12-24 19:29:38 +00:00
FAQ_farsi.html Update Farsi FAQ. 2005-05-27 22:09:42 +00:00
FAQ_french.html Update FAQ URLs. 2005-05-11 16:13:20 +00:00
FAQ_german.html Update FAQ URLs. 2005-05-11 16:13:20 +00:00
FAQ_hungarian.html Update Hungarian FAQ and add an HTML version. 2005-06-06 16:30:42 +00:00
FAQ_japanese.html Update FAQ, second version. 2005-12-17 03:21:00 +00:00
FAQ_MINGW.html Update URL for FAQ_MINGW. 2005-09-10 05:21:52 +00:00
FAQ_polish.html Update FAQ URLs. 2005-05-11 16:13:20 +00:00
FAQ_russian.html Update Russian FAQ. 2005-09-28 11:32:49 +00:00
FAQ_turkish.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 2005-03-11 21:46:54 +00:00
FAQ.html Fix computation of sample table size. 2006-02-25 04:28:54 +00:00
README Update TODO script sample. 2005-04-18 14:44:04 +00:00
TODO.html Done: 2006-02-26 21:22:47 +00:00

The FAQ* files in this directory are the master versions, and the
../../FAQ* text files are created using lynx:

	lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist FAQ*

The TODO.html file in this directory is not the master, but ../../TODO
is.  The conversion is done using txt2html:

	txt2html -m -s 100 -p 100 --xhtml --titlefirst \
		--body_deco ' bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"' \
		--caps_tag '' \
		/pgtop/doc/TODO |
	sed 's;\[\([^]]*\)\];[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?\1">\1</a>];g' > /pgtop/doc/src/FAQ/TODO.html