Revision 2627
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
189 | 189 |
-echo "CREATE USER bien PASSWORD '$(bienPassword)';"|$(psqlAsAdmin) |
190 | 190 |
-echo "CREATE DATABASE vegbien WITH OWNER bien TEMPLATE template1 \ |
191 | 191 |
ENCODING 'UTF8' LC_COLLATE 'en_US.UTF-8' LC_CTYPE 'en_US.UTF-8';"|$(psqlAsAdmin) |
192 |
# ignore errors if user or database exists |
|
192 |
-bin/postgres_vegbien createlang plpythonu |
|
193 |
# ignore errors if user/database/etc. exists |
|
193 | 194 |
|
194 | 195 |
rm_initial_public: _always |
195 | 196 |
@$(confirmRmPublicSchema) |
Also available in: Unified diff
main Makefile: VegBIEN DB: DB and bien user: mk_db: Also `createlang plpythonu`