Re: [GENERAL] Hide db name and user name in process list arguments

2011-02-16 Thread Tom Lane
Thomas Kellerer 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

Re: [GENERAL] Hide db name and user name in process list arguments

2011-02-16 Thread Thomas Kellerer
Gavrina, Irina, 16.02.2011 15:50: Hi, On Unix systems Postgres process list can beaccessible through‘ps’ utility: ps auxww | grep ^postgres $ ps auxww | grep ^postgres postgres 9600.01.16104 1480 pts/1SN 13:17 0:00 postmaster -i postgres 9630.0

[GENERAL] Hide db name and user name in process list arguments

2011-02-16 Thread Gavrina, Irina
Hi, On Unix systems Postgres process list can be accessible through 'ps' utility: ps auxww | grep ^postgres $ ps auxww | grep ^postgres postgres 960 0.0 1.1 6104 1480 pts/1SN 13:17 0:00 postmaster -i postgres 963 0.0 1.1 7084 1472 pts/1SN 13:17 0:00 postgres: stats