Triggers operations and log_statement = all not working? - Mailing list pgsql-general

From Edson Richter
Subject Triggers operations and log_statement = all not working?
Date
Msg-id BLU0-SMTP280C42E726728DBE7053539CF2C0@phx.gbl
Whole thread Raw
Responses Re: Triggers operations and log_statement = all not working?  (Edson Richter <edsonrichter@hotmail.com>)
List 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,


pgsql-general by date:

Previous
From: Carlos Mennens
Date:
Subject: Re: Sample databases
Next
From: Tom Lane
Date:
Subject: Re: Enhancement proposal - detect chain of triggers from inside the trigger