Re: [GENERAL] log_statement not working on pl/pgsql functions

2008-09-05 Thread Bruce Momjian
Fernando Moreno wrote: > Hi, I've changed the setting log_statement to mod, in order to log data > modifications, and it's working fine with sentences sent by the client > application (psql included), but insert/update/delete sentences executed > inside functions are not logged. Functions are calle

[GENERAL] log_statement not working on pl/pgsql functions

2008-08-28 Thread Fernando Moreno
Hi, I've changed the setting log_statement to mod, in order to log data modifications, and it's working fine with sentences sent by the client application (psql included), but insert/update/delete sentences executed inside functions are not logged. Functions are called in a select query. I've relo