2017-06-26 14:28:44 good Table id2name in news database The split of the databases has created a flaw. The reader !trlid can read the news but can't tell who published it. The same for opinions and comments. It has the numeric ID of the user, but nothing else. The solution to create a new table in the news database called id2name. When the writer creates an account in the user database, it maintains this simple table providing the connection from the numeric ID to the user nickname.