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 569e32a0f1 Update item for GUID: 19 years ago
..
FAQ.html Update my email address. 20 years ago
FAQ_DEV.html Spelling fix. 20 years ago
FAQ_MINGW.html Update URL for FAQ_MINGW. 20 years ago
FAQ_brazilian.html Update copyright for 2006. Update scripts. 20 years ago
FAQ_chinese.html Use Unix newlines, instead of DOS ones. 20 years ago
FAQ_czech.html Update copyright for 2006. Update scripts. 20 years ago
FAQ_farsi.html Update Farsi FAQ. 21 years ago
FAQ_french.html Update copyright for 2006. Update scripts. 20 years ago
FAQ_german.html Update copyright for 2006. Update scripts. 20 years ago
FAQ_hungarian.html Update Hungarian FAQ and add an HTML version. 21 years ago
FAQ_japanese.html Update Japanese FAQ. 20 years ago
FAQ_polish.html Update copyright for 2006. Update scripts. 20 years ago
FAQ_russian.html Update Russian FAQ. 20 years ago
FAQ_turkish.html Update copyright for 2006. Update scripts. 20 years ago
README Update TODO script sample. 21 years ago
TODO.html Update item for GUID: 19 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