Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 571DC65020C for ; Tue, 12 Aug 2008 07:00:31 -0300 (ADT) Received: from postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 29110-10 for ; Tue, 12 Aug 2008 07:00:26 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from gattler.pezone.net (eisentraut.org [85.214.91.16]) by postgresql.org (Postfix) with ESMTP id 43C3B64FD2D for ; Tue, 12 Aug 2008 07:00:12 -0300 (ADT) Received: from kodaira.local (unknown [193.65.93.109]) by gattler.pezone.net (Postfix) with ESMTP id B503E15F04BA for ; Tue, 12 Aug 2008 10:00:06 +0000 (UTC) From: Peter Eisentraut To: pgsql-docs@postgresql.org Subject: TODO build rule Date: Tue, 12 Aug 2008 13:00:17 +0300 User-Agent: KMail/1.9.9 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808121300.18475.peter_e@gmx.net> X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200808/1 X-Sequence-Number: 4941 I tried building TODO.html from TODO according to the description in doc/src/FAQ/README, but saw the following kind of difference repeating: @@ -24,7 +24,7 @@

Administration

    -
  • -Allow administrators to safely terminate individual sessions either +
  • -Allow administrators to safely terminate individual sessions either via an SQL function or SIGTERM
  • Check for unreferenced table files created by transactions that were in-progress when the server terminated abruptly Apparently, there is a piece of code missing that adds these tags around the done items. Bruce, do you have this code, and can you add it to the README?