2010/1/12 Omar Mehmood <[email protected]>: > 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).
no, you can log only all SQL statements. Regards Pavel Stehule > > Thanks, > Omar > > > > > -- > Sent via pgsql-general mailing list ([email protected]) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-general > -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
