Package: postgresql-common Version: 59 Severity: wishlist If the postmaster command line (with options, arguments, etc.) is N characters long, then the command lines of all child processes will show up as N characters long in the ps display. This leads to ugly output when you run "ps ax | grep post" or something like that, with lots of empty lines.
Here is the postmaster command line for 8.1: /usr/lib/postgresql/8.1/bin/postmaster -D /var/lib/postgresql/8.1/main -c unix_socket_directory=/var/run/postgresql -c config_file=/etc/postgresql/8.1/main/postgresql.conf -c hba_file=/etc/postgresql/8.1/main/pg_hba.conf -c ident_file=/etc/postgresql/8.1/main/pg_ident.conf -c external_pid_file=/var/run/postgresql/8.1-main.pid I think most of these might as well be in the configuration file. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

