Created
October 25, 2018 09:20
-
-
Save sanjaykrishnan/5cac4db656bae27b458235ac21da22a4 to your computer and use it in GitHub Desktop.
postgres commands
This file contains hidden or 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 user fmfb_user with password 'sayone'; | |
create database fmfb_db with owner fmfb_user; | |
\c fmfb_db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment