Re: Patch: Log parameter types in detailed query logging
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Степан <slpmcf@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2025-02-13T18:03:09Z
Lists: 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