To perform this command your user must be part of the database administrator role.
Run command via psql:
psql -c "CREATE EXTENSION hstore"
To see a list of extensions:
psql -c "select * from pg_available_extensions"
Modified on: Wed, 17 Aug, 2016 at 11:12 PM
To perform this command your user must be part of the database administrator role.
Run command via psql:
psql -c "CREATE EXTENSION hstore"
To see a list of extensions:
psql -c "select * from pg_available_extensions"
Did you find it helpful? Yes No
Send feedback