mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
< o Add command to archive partially filled write-ahead logs? [pitr] < < Currently only full WAL files are archived. This means that the < most recent transactions aren't available for recovery in case < of a disk failure. < Reorder: < o %Create dump tool for write-ahead logs for use in determining < transaction id for point-in-time recovery > o %Create dump tool for write-ahead logs for use in determining > transaction id for point-in-time recovery
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