Project

General

Profile

« Previous | Next » 

Revision 6207

root Makefile: VegBIEN DB: DB and bien user: mk_db: Also install hstore extension. Note that this is only supported by PostgreSQL 9.1+.

View differences:

Makefile
218 218
	-echo "CREATE USER bien PASSWORD '$(bienPassword)';"|$(psqlAsAdmin)
219 219
	-echo "CREATE DATABASE vegbien WITH OWNER bien TEMPLATE template1 \
220 220
ENCODING 'UTF8' LC_COLLATE 'en_US.UTF-8' LC_CTYPE 'en_US.UTF-8';"|$(psqlAsAdmin)
221
	-$(asAdmin) createlang hstore vegbien
221 222
	-$(asAdmin) createlang plpython3u vegbien
222 223
# ignore errors if user/database/etc. exists
223 224

  

Also available in: Unified diff