Skip to content

Instantly share code, notes, and snippets.

@rodcisal
Created December 15, 2012 06:15
Show Gist options
  • Save rodcisal/4291685 to your computer and use it in GitHub Desktop.
Save rodcisal/4291685 to your computer and use it in GitHub Desktop.
Crear DB en pg
createuser nombre
createdb -Opostre -Eutf8 postre_development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment