Re: Notices not printed by PQtrace

2025-08-05 Thread Dominique Devienne
On Tue, Aug 5, 2025 at 3:20 PM Álvaro Herrera wrote: > On 2025-Aug-05, Dominique Devienne wrote: > Yeah, I think that makes sense. Feel free to propose a patch. OK, fair enough. If I ever do (fat chances), I'd add another opt-in flag to make the trace machine readable (see my older thread about

Re: Notices not printed by PQtrace

2025-08-05 Thread Álvaro Herrera
On 2025-Aug-05, Dominique Devienne wrote: > Hi. I'm using PQtrace for client-side tracing with PQtrace, > which I thought was showing protocol messages in details. > > But turns out that RAISE notices from PL/pgSQL are not there. Hmm, don't they show up as NOTICE messages? I think they should.

Notices not printed by PQtrace

2025-08-05 Thread Dominique Devienne
Hi. I'm using PQtrace for client-side tracing with PQtrace, which I thought was showing protocol messages in details. But turns out that RAISE notices from PL/pgSQL are not there. And to think about it, I wonder whether NOTIFY messages are there too. Are these oversights? Any chance this could