Skip to content

Instantly share code, notes, and snippets.

@waloriju
Created August 11, 2013 04:28
Show Gist options
  • Save waloriju/6203382 to your computer and use it in GitHub Desktop.
Save waloriju/6203382 to your computer and use it in GitHub Desktop.
Criar usuário no postgre
sudo su postgres
createuser -P -s -e seu_usuario
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment