On Sun, Jul 24, 2022 at 4:29 PM Igor Korot wrote:
>
> 2 things:
> 1. How do I turn this off? ;-)
>
When you change the setting via 'set', that change is only for the current
session. You can revert it with 'set {some param} to default;' or just
terminate the session. If you want to make the chan
Hi, Steve,
On Sun, Jul 24, 2022 at 12:51 AM Steve Baldwin wrote:
>
> Hi Igor,
>
> Before you issue your query, try something like this:
>
> (from psql, but hopefully you get the idea)
>
> b2bcreditonline=# set log_min_duration_statement to 0;
> SET
> b2bcreditonline=# set log_statement to 'all';
Hi Igor,
Before you issue your query, try something like this:
(from psql, but hopefully you get the idea)
b2bcreditonline=# set log_min_duration_statement to 0;
SET
b2bcreditonline=# set log_statement to 'all';
SET
Ref: https://www.postgresql.org/docs/current/sql-set.html,
https://www.postgres
Hi,
Is it possible to log the query that will be executed
on the server?
I'm writing an application that connects to the server
through ODBC and libpq.
For some reason ODBC interface is failing - it desn't
return any rows
So I'm thinking if I have a proof that the query I am
actually executing is