View the value of the variables in the log ! - Mailing list pgsql-admin

From Luis Sousa
Subject View the value of the variables in the log !
Date
Msg-id 3C611E36.2090803@ualg.pt
Whole thread Raw
List pgsql-admin
Hi,

I already try to change my postgresql.conf adding debug_print_parse,
debug_print_plan, debug_print_rewritten and debug_print_query with only
one purpose, to see the values that are passing in the queries.
But I can't see what's going on, only the parse query, like: DEBUG:
query: SELECT  turno,tipo,parte,indice FROM evento_v WHERE id_e =  $1.

How can I see the values that are passing in the queries, using log ?

Thanks, Luis Sousa


pgsql-admin by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Recovery - transaction logs
Next
From: Tom Lane
Date:
Subject: Re: starting log problems