Re: How to get the content of Bind variables

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: ROS Didier <didier(dot)ros(at)edf(dot)fr>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: How to get the content of Bind variables
Date: 2019-02-28 16:01:28
Message-ID: 5ac91fe099a085b9a04e38f7fc9b38f5381686af.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

ROS Didier wrote:
> In the log file of my PostgreSQL cluster, I find :
> >>
> Statement: update t_shared_liste_valeurs set deletion_date=$1, deletion_login=$2, modification_date=$3, modification_login=$4, administrable=$5, libelle=$6, niveau=$7 where code=$8
> <<
>
> how to get the content of the bind variables ?

Can we see the whole log entry and the following one?

Perhaps there was a syntax error or similar, and the statement was never executed.

Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message ROS Didier 2019-02-28 16:12:49 RE: How to get the content of Bind variables
Previous Message Fd Habash 2019-02-28 13:34:54 RE: What is pg_stat_user_tables Showing NULL for last_autoanalyze &last_autovacuum