Archivist: Allow arbitrary data in several columns
User inputs (ssh commands, names, passwords) may contain invalid UTF-8 data, therefore store them in BYTEA columns. The main database already uses BYTEA. Make sure the data are fed to the DB in the correct format, with a trick with bind_param.
Edited by Vojtech Myslivec