Revision 429
Added by Aaron Marcuse-Kubitza about 13 years ago
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
input.Makefile: Print Postgres NULL as NULL instead of empty string to match MySQL output