Comandos mais usados em Postgresql
/* Conectar psql -d nome_base -U nome_user -W -h localhost -p 5432 */ /* Criar super usuário */ create user teste with login superuser password '123';