Skip to content

Instantly share code, notes, and snippets.

@emersxw
Created December 21, 2019 13:17
Show Gist options
  • Save emersxw/587e6988040962af4e6bb3bd5a463217 to your computer and use it in GitHub Desktop.
Save emersxw/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