Re: [Bacula-users] print numbers without thousands separators

2017-10-07 Thread Bill Arlofski
I can't seem to find the email post right now, but I remember someone replying that bconsole has a "gui on|off" command. If you enter "gui on", commas are no longer printed in jobids, mediaids, files, bytes, nor the "expiresin" in the list media outputs (possibly other places too?). Also, the com

Re: [Bacula-users] print numbers without thousands separators

2017-10-07 Thread Kern Sibbald
Hello, We specifically implemented the Query command so that you could write your own queries to the database.  Unfortunately SQL database backends (MySQL, MariaDB, and PostgreSQL) all use different SQL commands in many cases, so you need to write your queries for a particular backend. Botto