logging prepared queries' arguments? - Mailing list pgsql-general

From Palle Girgensohn
Subject logging prepared queries' arguments?
Date
Msg-id 61D4051ACA5A8C84CFFBDCE1@palle.girgensohn.se
Whole thread Raw
List pgsql-general
Hi!

When setting log_statement = all, and using JDBC PreparedStatements, I get
$n where arguments used to be in previous versions of postgresql:

postgres[30059]: [97-1] LOG:  statement: INSERT INTO group_data
(this_group_id, item_text, link_path) VALUES ($1, $2, $3)


I really need to know the arguments... How can I get them? Is it a bug?

/Palle


pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: table permissions
Next
From: Bruce Momjian
Date:
Subject: Re: Help with converting hexadecimal to decimal