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 bbe48195ab Add Wiki URLs for: 18 years ago
..
FAQ.html Fix markup. 18 years ago
FAQ_DEV.html Reference pgfoundry instead of gborg. 18 years ago
FAQ_MINGW.html Update Win32 FAQ HTML version to match corrected text version. 19 years ago
FAQ_brazilian.html Update copyrights in source tree to 2008. 18 years ago
FAQ_chinese_simp.html Update Chinese FAQs to have two versions, a traditional Chinese version (Taiwan) 19 years ago
FAQ_chinese_trad.html Update Chinese FAQs to have two versions, a traditional Chinese version (Taiwan) 19 years ago
FAQ_czech.html Update copyrights in source tree to 2008. 18 years ago
FAQ_farsi.html Update Farsi FAQ. 21 years ago
FAQ_french.html Update copyrights in source tree to 2008. 18 years ago
FAQ_german.html Update copyrights in source tree to 2008. 18 years ago
FAQ_hungarian.html Update Hungarian FAQ and add an HTML version. 21 years ago
FAQ_japanese.html Update Japanese FAQ. 18 years ago
FAQ_polish.html Update copyrights in source tree to 2008. 18 years ago
FAQ_russian.html Update Russian FAQ. 18 years ago
FAQ_turkish.html Change /contrib to contrib for consistency. 18 years ago
README Update instructions on creating TODO entry. 19 years ago
TODO.html Add Wiki URLs for: 18 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 --xhtml -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