Re: Patch: Log parameter types in detailed query logging - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Patch: Log parameter types in detailed query logging
Date
Msg-id 3666535.1739469789@sss.pgh.pa.us
Whole thread Raw
List pgsql-hackers
=?UTF-8?B?0KHRgtC10L/QsNC9?= <slpmcf@gmail.com> writes:
> This patch adds the ability to log the types of parameters used in queries
> when detailed query logging is enabled.

If there's a patch in what you sent, I'm not seeing it.  Looks like a
webpage dump or something.

However, I suppose that it must add some catalog lookup operations to
the logging operations, and I'm feeling resistant to that, because of
the added cycles and risk-of-failure.  I think you need to make a much
stronger case for the value of this information than you've done here.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Jacob Champion
Date:
Subject: Re: [PATCH] pg_stat_activity: make slow/hanging authentication more visible
Next
From: Fabrízio de Royes Mello
Date:
Subject: Re: Remove a unnecessary argument from execute_extension_script()