postgresql/doc/src/FAQ
Bruce Momjian 1207d5b64e New item:
> * Change WAL to use 32-bit CRC, for performance reasons
2005-04-23 21:41:01 +00:00
..
FAQ.html Update FAQ by eliminating non-frequent items like large objects and 2005-04-23 20:51:44 +00:00
FAQ_brazilian.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_czech.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_DEV.html Move info about lack of depencency checking in Makefiles to developer's faq.q 2005-04-23 20:52:32 +00:00
FAQ_farsi.html Adjust a few more copyright notices to match the format expected by 2005-01-01 22:14:33 +00:00
FAQ_french.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_german.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_japanese.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_MINGW.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_polish.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_russian.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_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
README Update TODO script sample. 2005-04-18 14:44:04 +00:00
TODO.html New item: 2005-04-23 21:41:01 +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