Created
December 21, 2019 13:17
-
-
Save emersxw/587e6988040962af4e6bb3bd5a463217 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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