Обсуждение: pgsql: Reorder items: < o Allow point-in-time recovery to archive

Поиск
Список
Период
Сортировка

pgsql: Reorder items: < o Allow point-in-time recovery to archive

От
momjian@postgresql.org (Bruce Momjian)
Дата:
Log Message:
-----------
Reorder items:

<       o Allow point-in-time recovery to archive partially filled
<         write-ahead logs? [pitr]
>       o Add command to archive partially filled write-ahead logs? [pitr]
<         of a disk failure. This could be triggered by a user command or
<         a timer.
>         of a disk failure.
<         recovery.  A function call to do this would also be useful.
>         recovery.
>       o Add reporting of the current WAL file and offset, perhaps as
>         part of partial log file archiving
>
>         The offset allows parts of a WAL file to be archived using
>         an external program.
>
<       o Add reporting of the current WAL file and offset, perhaps as
<         part of partial log file archiving
<
<         The offset allows parts of a WAL file to be archived using
<         an external program.

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1920 -> r1.1921)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1920&r2=1.1921)
    pgsql/doc/src/FAQ:
        TODO.html (r1.423 -> r1.424)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.423&r2=1.424)