Re: Patch: Log parameter types in detailed query logging

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Степан <slpmcf(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Patch: Log parameter types in detailed query logging
Date: 2025-02-13 18:03:09
Message-ID: 3666535.1739469789@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

=?UTF-8?B?0KHRgtC10L/QsNC9?= <slpmcf(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabrízio de Royes Mello 2025-02-13 18:18:51 Re: Remove a unnecessary argument from execute_extension_script()
Previous Message Jacob Champion 2025-02-13 17:53:52 Re: [PATCH] pg_stat_activity: make slow/hanging authentication more visible