Re: transaction logging in the form of SQL statements - Mailing list pgsql-general

From Pavel Stehule
Subject Re: transaction logging in the form of SQL statements
Date
Msg-id 162867791001112230w18d8ee5cnea8642f441fafb6c@mail.gmail.com
Whole thread Raw
In response to transaction logging in the form of SQL statements  (Omar Mehmood <omarmehmood@yahoo.com>)
List pgsql-general
2010/1/12 Omar Mehmood <omarmehmood@yahoo.com>:
> Is there any way to enable transaction logging in the format of SQL statements for committed transactions only ?  In
otherwords, a way to log all the SQL statements (including START TRANSACTION and COMMIT statements) for all committed
modtype statements (INSERT UPDATE DELETE etc). 

no, you can log only all SQL statements.

Regards
Pavel Stehule

>
> Thanks,
> Omar
>
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

pgsql-general by date:

Previous
From: Scott Mead
Date:
Subject: Re: location for pg_default tablespace
Next
From: Pavel Stehule
Date:
Subject: Re: Best Practice when Encounter Invalid Stored Procedure Parameters