Does postgresql support transaction logs - Mailing list pgsql-admin

From Kelley Trombly-Freytag
Subject Does postgresql support transaction logs
Date
Msg-id 3E6CBB8D.5020606@fnal.gov
Whole thread Raw
Responses Re: Does postgresql support transaction logs  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Does postgresql support transaction logs  (Palle Girgensohn <girgen@pingpong.net>)
List pgsql-admin
I am evaluation postgresql as a replacement for an database
that supports almost real-time measurements. The current
database (Sybase) has transaction logs that can be dumped
periodically during the day, to be used for recovery support.
They are applied to the database dump to bring the data
back up-to-the-minute of the last transaction log dump.

I have searched the archives and found older messages referencing
transaction logs and postgresql, as in, "postgresql does not
support transaction logs now but we hope to in the future".

Has the furture arrived. Does the most recent version of postgresql
support dumpable and appliable transaction logs?

Thank you,

--
Kelley Trombly-Freytag
Fermilab
kfreytag@fnal.gov


pgsql-admin by date:

Previous
From: Rod Taylor
Date:
Subject: Re: [pgsql-advocacy] uppercase = lowercase
Next
From: Abhishek Verma
Date:
Subject: problem : how to connect postgres with servlets