Re: support fix query_id for temp table

2025-03-17 Thread Michael Paquier
On Mon, Mar 17, 2025 at 10:38:36PM +0100, Christoph Berg wrote: > Here's that patch with regression tests added. I would think changing > this would be a big usability improvement for anyone using temp tables > a lot. Not the first time I am seeing this argument this month. It is the second time.

Re: support fix query_id for temp table

2025-03-17 Thread Christoph Berg
Re: Michael Paquier > On Thu, Feb 01, 2024 at 07:37:32AM +, ma lz wrote: > > session 1: > > create temp table ttt ( a int ); > > insert into ttt values(3); -- query_id is XXX from > > pg_stat_activity > > > > session 2: > > create temp table ttt ( a int ); > > insert