transaction logging in the form of SQL statements

From: Omar Mehmood <omarmehmood(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: transaction logging in the form of SQL statements
Date: 2010-01-12 01:50:41
Message-ID: 967149.64201.qm@web53606.mail.re2.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there any way to enable transaction logging in the format of SQL statements for committed transactions only ? In other words, a way to log all the SQL statements (including START TRANSACTION and COMMIT statements) for all committed mod type statements (INSERT UPDATE DELETE etc).

Thanks,
Omar

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2010-01-12 01:51:05 Re: replication from multiple "master" servers to a single read-only slave
Previous Message Craig Ringer 2010-01-12 01:22:23 Re: Huge iowait during checkpoint finish