transaction logging in the form of SQL statements

Started by Omar Mehmoodabout 16 years ago3 messagesgeneral
Jump to latest
#1Omar Mehmood
omarmehmood@yahoo.com

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

#2AI Rumman
rummandba@gmail.com
In reply to: Omar Mehmood (#1)
Re: transaction logging in the form of SQL statements

Use
log_min_duration_statement=0
at postgresql.conf file to log every statement.

On Tue, Jan 12, 2010 at 7:50 AM, Omar Mehmood <omarmehmood@yahoo.com> wrote:

Show quoted text

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

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

#3Pavel Stehule
pavel.stehule@gmail.com
In reply to: Omar Mehmood (#1)
Re: transaction logging in the form of SQL statements

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 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

Show quoted text

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