Peter Eisentraut wrote:
> 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?
These two lines in pgsql/src/tools/TODO2html should be adding "*"s which
is then interpreted as "":
sed 's/^\(\* -\)\(.*\)$/\1*\2*/' |
sed 's/^\([ ][ ]*o -\)\(.*\)$/\1*\2*/' |
Is there some 'sed' incompatibility there?
--
Bruce Momjian <[EMAIL PROTECTED]>http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs