show_progress
# Produce the output SQL file.
- ${RASTER2PGSQL} $_loader_options -C -f the_rast ${TEST}.tif $_tblname \
+ ${RASTER2PGSQL} $_loader_options ${TEST}.tif $_tblname \
> ${PGIS_REG_TMPDIR}/loader.out \
2> ${PGIS_REG_TMPDIR}/loader.err
show_progress();
# Produce the output SQL file.
- $cmd = "$RASTER2PGSQL $loader_options -C -f the_rast ${TEST}.tif $tblname > $outfile 2> $errfile";
+ $cmd = "$RASTER2PGSQL $loader_options ${TEST}.tif $tblname > $outfile 2> $errfile";
$rv = system($cmd);
if ( $rv )