Skip to content

Instantly share code, notes, and snippets.

@emerson-d-lopes
Created December 21, 2019 13:17
Show Gist options
  • Save emerson-d-lopes/587e6988040962af4e6bb3bd5a463217 to your computer and use it in GitHub Desktop.
Save emerson-d-lopes/587e6988040962af4e6bb3bd5a463217 to your computer and use it in GitHub Desktop.
CREATE ROLE uni WITH LOGIN PASSWORD 'password';
psql -d postgres -U uni
\c uni_ru;
\dt mostra tds
brew services start postgresql
brew services stop postgresql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment