Triggers operations and log_statement = all not working?

From: Edson Richter <edsonrichter(at)hotmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Triggers operations and log_statement = all not working?
Date: 2013-01-16 15:56:01
Message-ID: BLU0-SMTP280C42E726728DBE7053539CF2C0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

I'm debugging few triggers I wrote these days, and I can't see the
triggers statements being logged.
Probably I'm doing something wrong.

I just enabled

log_statement = 'all'

In postgresql.conf, but I can see all statements issued by my
application, but the statements in trigger don't show up.
Is there anything else I need to do to see all trigger statements, or my
triggers are just not being called?

Thanks,

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2013-01-16 16:18:48 Re: Enhancement proposal - detect chain of triggers from inside the trigger
Previous Message Carlos Mennens 2013-01-16 15:07:31 Re: Sample databases