pg_stat_statements in the query column I am not getting the exact query - Mailing list pgsql-admin

From nikhil raj
Subject pg_stat_statements in the query column I am not getting the exact query
Date
Msg-id CAG1ps1yTjejpO_hFTytesLU8Qm+9m3wFBgWa_Cm0mHgiQkoqpQ@mail.gmail.com
Whole thread Raw
List pgsql-admin

Hello 
I am using postgres 10.3 version current facing an issue related query tracking whenever I run SELECT * FROM pg_stat_statements in the query column I am not getting the exact query with values with variable but instead I am getting $1, $2 in the query

example- "update ss set number=$1 where number =$2"

How can I get the whole exact query and what changes should I do it? 

"update ss set number=245 where number =bill"

Thanks.

pgsql-admin by date:

Previous
From: Maycon Oleczinski
Date:
Subject: Re: pgAdmin 4 v3.1 & v3.2 eternal loading
Next
From: pavan95
Date:
Subject: Space Related Errors in Postgres 10.4 Logical Replication