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 f77b1f05f5 Add: 19 years ago
..
FAQ.html Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
FAQ_DEV.html Fix tab to space mention in FAQ_DEV. 19 years ago
FAQ_MINGW.html Our MingW FAQ appears to be seriously out of date. Couple of fixes: we 19 years ago
FAQ_brazilian.html Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
FAQ_chinese.html Use Unix newlines, instead of DOS ones. 20 years ago
FAQ_czech.html Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
FAQ_farsi.html Update Farsi FAQ. 21 years ago
FAQ_french.html Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
FAQ_german.html Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
FAQ_hungarian.html Update Hungarian FAQ and add an HTML version. 21 years ago
FAQ_japanese.html Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
FAQ_polish.html Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
FAQ_russian.html Update Russian FAQ. 20 years ago
FAQ_turkish.html Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
README Update TODO script sample. 21 years ago
TODO.html Add: 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