Thread: journaling
I work with the SGBDR OpenIngres2 which has also a WAL mecanism.
More over, I journalise my database in order to recover the data between the
save of the data and the crash.
Is it possible to do it with PostgreSQL ?
thanks
More over, I journalise my database in order to recover the data between the
save of the data and the crash.
Is it possible to do it with PostgreSQL ?
thanks
St�phane Akrich wrote: > I work with the SGBDR OpenIngres2 which has also a WAL mecanism. > More over, I journalise my database in order to recover the data between the > save of the data and the crash. > Is it possible to do it with PostgreSQL ? > thanks We don't have journalize yet, which we call point-in-time recovery. We plan to have it for 7.4. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073