> On 05/05/2023 01:54 CEST Rui DeSousa <rui@crazybean.net> wrote:
>
> Could it be that the process you are seeing is a parallel worker? That would
> not have client_addr populated as only the leader process has client_addr
> populated.
That's it. They're indeed all parallel workers. I didn't know that. I always
found datname is not null and usename is not null to be sufficient for only
considering client connections. Safes me a few keystrokes from now.
Thanks a lot!
--
Erik