PostgreSQL Table Log contains functions that allow you to log PostgreSQL table
inserts, updates, and deletes into another table. This can be used to recover
the state of the logged table or to recover specific rows from a given time
period.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Esta versão agora trabalha com PostgreSQL 8.2 e versões posteriores. Alguns avisos foram removidos ea documentação foi limpo. PGXS agora é usado para a construção da fonte. Pacotes RPM estão disponíveis.
Tags:
Minor bugfixes
This version now works with PostgreSQL versions
8.2 and later. Some warnings have been removed and
the documentation was cleaned up. PGXS is now used
for building from source. RPM packages are
available.
Esta versão corrige um bug que ocorreu quando uma coluna na tabela de vistos foi abandonada (havia uma velha bugfix para este caso, mas parece que foi incompleto) e muda o tipo de retorno para TRIGGER (que efetivamente cai suporte para as versões menos de 7,4 ).
Tags:
Minor bugfixes
This release fixes a bug which occurred if a
column on the watched
table was dropped (there was an older bugfix for
this case, but it
seems it was incomplete) and changes the return
type to TRIGGER (which
effectively drops support for versions less than
7.4).