Re: Hide db name and user name in process list arguments

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Hide db name and user name in process list arguments
Date: 2011-02-16 23:07:39
Message-ID: 10428.1297897659@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thomas Kellerer <spam_eater(at)gmx(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stefan Keller 2011-02-16 23:14:28 Query sought with windowing function to weed out dense points
Previous Message Thomas Kellerer 2011-02-16 20:38:14 Re: Hide db name and user name in process list arguments