Project

General

Profile

« Previous | Next » 

Revision 6089

root Makefile: VegBIEN DB: Schemas: public: schemas/public/uninstall: Fixed bug where need to run psql_vegbien without public in the search_path because it may have already been deleted

View differences:

Makefile
217 217

  
218 218
schemas/public/uninstall: _always
219 219
	@$(confirmRmPublicSchema)
220
	echo $(rmPublicSchema)|$(psqlAsBien)
220
	echo $(rmPublicSchema)|env public= $(psqlAsBien)
221 221

  
222 222
schemas/rename/%: _always
223 223
	echo 'ALTER SCHEMA public RENAME TO "$*";'|$(psqlAsBien)

Also available in: Unified diff