Hello experts,
I have made a mistake while creating a user in a postgres db, I added an extra space after the quotation before inserting is username. I wonder what is the correct syntax to remove the user and try to insert again.
insert into tools.database_acl values ('db1',' username');