Revision 6088
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
209 | 209 |
### public |
210 | 210 |
|
211 | 211 |
schemas/public/install: schemas/vegbien.sql _always |
212 |
-echo $(call mkSchemaCmd,public)|$(psqlAsBien) |
|
212 |
-echo $(call mkSchemaCmd,public)|env public= $(psqlAsBien)
|
|
213 | 213 |
<$< $(psqlAsBien) |
214 | 214 |
# ignore errors if schema exists |
215 | 215 |
# public schema will be owned by bien |
216 |
# don't include public in the search_path |
|
216 | 217 |
|
217 | 218 |
schemas/public/uninstall: _always |
218 | 219 |
@$(confirmRmPublicSchema) |
Also available in: Unified diff
root Makefile: VegBIEN DB: Schemas: public: schemas/public/install: Fixed bug where need to run psql_vegbien without public in the search_path because it doesn't exist, by setting public to the empty string (deleting it)