Project

General

Profile

« Previous | Next » 

Revision 13798

bugfix: /Makefile: postgis schema: also need to make it accessible to non-superusers

View differences:

trunk/Makefile
256 256
	-echo "CREATE EXTENSION hstore SCHEMA pg_catalog;"|$(psqlAsAdminVegbien)
257 257
	-$(asAdmin) createlang -U postgres plpython3u vegbien
258 258
	-echo 'CREATE SCHEMA postgis;'|$(psqlAsAdminVegbien)
259
	-echo 'GRANT USAGE ON SCHEMA postgis TO public;'|$(psqlAsAdminVegbien)
259 260
	-echo 'CREATE EXTENSION postgis SCHEMA postgis;'\
260 261
|$(psqlAsAdminVegbien)
261 262
	# unset ON_ERROR_STOP so user-exists errors don't prevent further user-adds

Also available in: Unified diff