""Ksenia Marasanova"" <ksenia(dot)marasanova(at)gmail(dot)com> wrote
>
> The application uses persistant database connection, and when i check
> the status of the connection, it shows: "idle in transaction". I am
> pretty sure that every insert is being committed with explicit
> "commit()" . It always worked before.... weird.
>
Try to use the following command to see what commands reach the server:
set log_statement = "all";
Regards,
Qingqing