Thread: Transaction Log

Transaction Log

From
Nelio Alves Pereira Filho
Date:
How could I recover my from an unwanted transaction? Does postgresql
have a transaction log that could rollback into a consistent state???
The admin manual wasn't helpful.

Thanks

--
Nelio Alves Pereira Filho
IFX Networks - www.ifx.com.br
+55 11 3365-5863
nelio@ifx.com.br

RE: Transaction Log

From
"Mikheev, Vadim"
Date:
> How could I recover my from an unwanted transaction? Does postgresql
> have a transaction log that could rollback into a consistent state???

Base transaction log implementation is in upcoming 7.1 but rollback
of committed transactions is not implemented, yet.

Vadim