>>> Jehan-Guillaume de Rorthais <[email protected]> schrieb am 28.03.2018 um >>> 21:41 in Nachricht <20180328214117.3916c634@firost>: [...] > I'm from the PostgreSQL galaxy. In this galaxy, parameter > "update_process_title" controls if PostgreSQL should set human readable > process > title and is "on" by default. In ps, it gives:
[...] IMHO if you change process titles, you should also change thread names, even if the length is much more limited for threads rather than processes. Still try to be as short as possible. For example below, all the " process" suffix is redundant. MHO... > > ioguix@firost:~$ ps f -o cmd -C postmaster > CMD > postmaster -D /home/ioguix/var/lib/pgsql/96 > \_ postgres: checkpointer process > \_ postgres: writer process > \_ postgres: wal writer process > \_ postgres: autovacuum launcher process > \_ postgres: stats collector process > [...] Regards, Ulrich _______________________________________________ Users mailing list: [email protected] https://lists.clusterlabs.org/mailman/listinfo/users Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org
