Project

General

Profile

« Previous | Next » 

Revision 429

input.Makefile: Print Postgres NULL as NULL instead of empty string to match MySQL output

View differences:

inputs/input.Makefile
76 76
	$(DIFF) $(+_)
77 77

  
78 78
%.out: %.sql _always
79
	$(psqlAsBien) --no-align --field-separator='	' --pset=footer=off <$< >$@
79
	$(out_cmd)
80 80
.PRECIOUS: %.out
81
out_cmd = $(psqlAsBien) --no-align --field-separator='	' --pset=footer=off \
82
--pset=null=NULL <$< >$@
81 83

  
82 84
#####
83 85

  

Also available in: Unified diff