]> granicus.if.org Git - postgis/commitdiff
experiment with color coding
authorRegina Obe <lr@pcorp.us>
Tue, 7 Oct 2014 03:55:59 +0000 (03:55 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 7 Oct 2014 03:55:59 +0000 (03:55 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13038 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index 53d7698316ce77f4339cd461a39321848f817d4a..8351c8d3ae1240656d5e35c4dd3cbfadecc2bbb2 100644 (file)
@@ -10,7 +10,7 @@
   <para>For loading rasters from raster files please refer to <xref linkend="RT_Loading_Rasters" /></para>  
    
     <para>For the examples in this reference we will be using a raster table of dummy rasters - Formed with the following code </para>
-<programlisting>CREATE TABLE dummy_rast(rid integer, rast raster);
+<programlisting language="sql">CREATE TABLE dummy_rast(rid integer, rast raster);
 INSERT INTO dummy_rast(rid, rast)
 VALUES (1,
 ('01' -- little endian (uint8 ndr)