Skip to content

Instantly share code, notes, and snippets.

@aamsur-mkt
Created September 25, 2019 09:22
Show Gist options
  • Save aamsur-mkt/7ea751ad079b40fab992c447264c51b1 to your computer and use it in GitHub Desktop.
Save aamsur-mkt/7ea751ad079b40fab992c447264c51b1 to your computer and use it in GitHub Desktop.
Create db on Postgre
create database new_f_database
with
owner=yourfuser;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment