diff --git a/postgres-hstore/create_extension.sh b/postgres-hstore/create_extension.sh old mode 100644 new mode 100755 index 41df007..3d931de --- a/postgres-hstore/create_extension.sh +++ b/postgres-hstore/create_extension.sh @@ -6,7 +6,7 @@ set -e # # Running CREATE EXTENSION in both template1 and postgres can lead to # the extensions having different eid's. -psql --dbname template1 -U postgres <