Project

General

Profile

« Previous | Next » 

Revision 10798

inputs/input.Makefile: rm: use new datasource_rm(), which encapsulates the schema-specific aspects of removing a datasource

View differences:

input.Makefile
420 420
import: $(importTables:%=%/import) _always ;
421 421

  
422 422
rm: _always
423
	echo "DELETE FROM source WHERE shortname = '$(datasrc)';"\
424
|"time" $(psqlAsBien)
423
	echo "SELECT datasource_rm('$(datasrc)');"|"time" $(psqlAsBien)
425 424

  
426 425
reimport: _always rm import ;
427 426

  

Also available in: Unified diff