id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1403	[raster] Can't use -Y and -F together in raster2pgsql	robe	pracine	"This might be just a windows issue, but I can do this


{{{
raster2pgsql.exe -I -C -F -s 26986 -t 200x200 bostonaerials2008\*.jpg  -l 2,4 aerials.boston | psql -U postgres -d postgis20_sampler -h localhost -p 5441
}}}

-- and this --
{{{
raster2pgsql.exe -I -C -Y -s 26986 -t 200x200 bostonaerials2008\*.jpg  -l 2,4 aerials.boston | psql -U postgres -d postgis20_sampler -h localhost -p 5441
}}}

But if I try to combine the include filename and use copy mode, I get an error forgot the exact error.

Can't do this:
{{{
raster2pgsql.exe -I -C -Y -F -s 26986 -t 200x200 bostonaerials2008\*.jpg  -l 2,4 aerials.boston | psql -U postgres -d postgis20_sampler -h localhost -p 5441
}}}

"	defect	closed	medium	PostGIS 2.0.0	raster	trunk	fixed		
