Last active
December 18, 2015 22:49
-
-
Save krists/5856798 to your computer and use it in GitHub Desktop.
Enable hstore for default PostgreSQL database template with one command.
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
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