Revision 5184
Added by Aaron Marcuse-Kubitza over 12 years ago
inputs/input.Makefile | ||
---|---|---|
232 | 232 |
|
233 | 233 |
cleanup: _always $(tables:%=%/cleanup) ; |
234 | 234 |
|
235 |
# WARNING: This removes any index comments, due to a PostgreSQL bug. |
|
236 |
# This occurs because ALTER TABLE recreates the index but not its comment. |
|
235 | 237 |
%/cleanup: _always |
236 | 238 |
$(cleanup) |
237 | 239 |
|
Also available in: Unified diff
input.Makefile: Staging tables installation: %/cleanup: Documented that this removes any index comments, due to a PostgreSQL bug. (This occurs because ALTER TABLE recreates the index but not its comment.)