Re: Notices not printed by PQtrace

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Dominique Devienne <ddevienne(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Notices not printed by PQtrace
Date: 2025-08-05 13:17:52
Message-ID: 202508051317.yl3pokffijjz@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.
Maybe you could set a notice receiver and have it print to the same
file? I think I had to do that at some point.

> And to think about it, I wonder whether NOTIFY messages are there too.

Please test it and let's us know :-)

> Are these oversights?

Yeah, probably. As far as I am concerned, the current PQtrace() code
was mostly written to allow us to develop libpq pipeline mode. (I don't
know what had Aya Iwata in mind when she wrote it.) For that, neither
NOTICE nor NOTIFY were very interesting, so I didn't stop to think about
them.

> Any chance this could be enhanced, via new opt-in PQsetTraceFlags flags?
> Ideally I've like to see everything.

Yeah, I think that makes sense. Feel free to propose a patch.

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/
"In Europe they call me Niklaus Wirth; in the US they call me Nickel's worth.
That's because in Europe they call me by name, and in the US by value!"

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dominique Devienne 2025-08-05 14:19:53 Re: Notices not printed by PQtrace
Previous Message Dominique Devienne 2025-08-05 12:14:50 Notices not printed by PQtrace