Skip to content

Instantly share code, notes, and snippets.

@krists
Last active December 18, 2015 22:49
Show Gist options
  • Save krists/5856798 to your computer and use it in GitHub Desktop.
Save krists/5856798 to your computer and use it in GitHub Desktop.
Enable hstore for default PostgreSQL database template with one command.
sudo su - postgres -c "psql -d template1 -c 'create extension if not exists hstore;'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment