Avatar of Williams225
Williams225

asked on 

How to drop a user from a postgres db

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');

 

PostgreSQL

Avatar of undefined
Last Comment
slightwv (䄆 Netminder)

8/22/2022 - Mon