You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/doc/src/FAQ
Bruce Momjian 3de0e72b56 Completed: 21 years ago
..
FAQ.html Update FAQ. 21 years ago
FAQ_DEV.html Move info about lack of depencency checking in Makefiles to developer's faq.q 21 years ago
FAQ_MINGW.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 21 years ago
FAQ_brazilian.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 21 years ago
FAQ_czech.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 21 years ago
FAQ_farsi.html Adjust a few more copyright notices to match the format expected by 21 years ago
FAQ_french.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 21 years ago
FAQ_german.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 21 years ago
FAQ_japanese.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 21 years ago
FAQ_polish.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 21 years ago
FAQ_russian.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 21 years ago
FAQ_turkish.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 21 years ago
README Update TODO script sample. 21 years ago
TODO.html Completed: 21 years ago

README

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