How to remove a postgresql user -


i followed this tutorial , made typo supposed create user django apps connect as;

i supposed run su - postgres -c "createuser www-data -p" ran su - postgres -c "createuser www-dtata -p".

i dont want proceed until remove user, don't know command for. found , tried drop user after searching around, terminal returned -su: drop: command not found.

run sudo su - postgres -c "dropuser www-dtata"


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -