Revision 7801
Added by Aaron Marcuse-Kubitza over 11 years ago
Makefile | ||
---|---|---|
253 | 253 |
ENCODING 'UTF8' LC_COLLATE 'en_US.UTF-8' LC_CTYPE 'en_US.UTF-8';"|$(psqlAsAdmin) |
254 | 254 |
-echo "CREATE EXTENSION hstore SCHEMA pg_catalog;"|$(psqlAsAdminVegbien) |
255 | 255 |
-$(asAdmin) createlang plpython3u vegbien |
256 |
-cat config/users.sql|$(psqlAsAdmin) |
|
256 | 257 |
# ignore errors if user/database/etc. exists |
257 | 258 |
|
258 | 259 |
rm_initial_public: _always |
Also available in: Unified diff
root Makefile: VegBIEN DB: mk_db: Added command to import arbitrary DB users from a config file