]> granicus.if.org Git - postgis/commitdiff
minor edit
authorRegina Obe <lr@pcorp.us>
Sat, 10 Dec 2011 18:08:44 +0000 (18:08 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 10 Dec 2011 18:08:44 +0000 (18:08 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8349 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index 492d3df84824d048f45d7028e90b2fc92683d27e..884b41d223cb26d96f52b10fee56e9c1e9fd7bbf 100644 (file)
@@ -1157,7 +1157,7 @@ FROM (SELECT ST_MetaData(rast) As rmd
                                
                                        <programlisting>-- Aggregate the 1st band of a table of like rasters into a single raster 
 -- with as many bands as there are test_types and as many rows (new rasters) as there are mice
--- NOTE: The ORDER BY test_type is only supported in PostgreSQL 9.0
+-- NOTE: The ORDER BY test_type is only supported in PostgreSQL 9.0+
 -- for 8.4 and below it usually works to order your data in a subselect (but not guaranteed)
 -- The resulting raster will have a band for each test_type alphabetical by test_type
 -- For mouse lovers: No mice were harmed in this exercise