id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
3127,MapServer Documentation - incorrect syntax in DATA examples.,mchapman87501,jmckenna,"On this page:  http://mapserver.org/input/vector/postgis.html

The documentation nicely explains the format for the DATA parameter, and its {{{'using unique [unique key]'}}} option.  Unfortunately, the examples on this page all use the syntax {{{'unique [unique key]'}}}, omitting the required {{{'using'}}} keyword.

For example, this
{{{
DATA ""the_geom from [...] as subquery unique gid using srid=4326""
}}}

should read
{{{
DATA ""the_geom from [...] as subquery using unique gid using srid=4326""
}}}",defect,closed,normal,,Documentation - MapServer,5.4,normal,fixed,,havatv
