Re: How to get the content of Bind variables

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: How to get the content of Bind variables
Дата
Msg-id 5ac91fe099a085b9a04e38f7fc9b38f5381686af.camel@cybertec.at
обсуждение исходный текст
Ответ на How to get the content of Bind variables  (ROS Didier <didier.ros@edf.fr>)
Ответы RE: How to get the content of Bind variables
Список 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



В списке pgsql-performance по дате отправления:

Предыдущее
От: Fd Habash
Дата:
Сообщение: RE: What is pg_stat_user_tables Showing NULL for last_autoanalyze&last_autovacuum
Следующее
От: ROS Didier
Дата:
Сообщение: RE: How to get the content of Bind variables