Re: Hide db name and user name in process list arguments - Mailing list pgsql-general

From Tom Lane
Subject Re: Hide db name and user name in process list arguments
Date
Msg-id 10428.1297897659@sss.pgh.pa.us
Whole thread Raw
In response to Re: Hide db name and user name in process list arguments  (Thomas Kellerer <spam_eater@gmx.net>)
List pgsql-general
Thomas Kellerer <spam_eater@gmx.net> writes:
> Gavrina, Irina, 16.02.2011 15:50:
>> Is there any way to hide dbname and user name in displayed arguments of client connections?

> I think that's what the configuration property update_process_title is for.

No, that's just meant to suppress the overhead of updating the title for
each command.  It doesn't prevent backends from advertising their dbname
and username once at startup.  I think you'd have to modify the source
code to do that.

            regards, tom lane

pgsql-general by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: Hide db name and user name in process list arguments
Next
From: Stefan Keller
Date:
Subject: Query sought with windowing function to weed out dense points