id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
4493	gdalsrsinfo does not work with special file / datasource syntaxes	etourigny	etourigny	"Current gdalsrsinfo (1.9/trunk) only tries to open datasets with GDAL and OGR Open() function if the argument is a file.  This means that driver:file syntax (for GDAL) and special DB-syntax such as PG:<...> (for OGR) do not work.

example with GTIFF_RAW:
{{{
$ gdalsrsinfo GTIFF_RAW:../gdrivers/data/byte.tif 
ERROR 1: ERROR - failed to load SRS definition from GTIFF_RAW:../gdrivers/data/byte.tif

$ gdalsrsinfo ../gdrivers/data/byte.tif 
PROJ.4 : '+proj=utm +zone=11 +datum=NAD27 +units=m +no_defs '
[...]
}}}

patch is ready to commit
"	defect	closed	normal	1.9.1	Utilities	1.9.0	normal	fixed	gdalsrsinfo	
