| From: | momjian(at)postgresql(dot)org (Bruce Momjian) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Reorder items: < o Allow point-in-time recovery to archive |
| Date: | 2006-07-26 17:23:02 |
| Message-ID: | 20060726172302.E9E019FB1B9@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | User H-saito | 2006-07-26 19:14:15 | psqlodbc - psqlodbc: At VC6, although there are winsock2.h and |
| Previous Message | Bruce Momjian | 2006-07-26 17:17:28 | pgsql: Work around bug in strxfmt() but in MS VS2005. |