From: Regina Obe Date: Tue, 7 Oct 2014 03:55:59 +0000 (+0000) Subject: experiment with color coding X-Git-Tag: 2.2.0rc1~809 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a57b6f86a0f1c8d65021f7a2187cf633052dc6a1;p=postgis experiment with color coding git-svn-id: http://svn.osgeo.org/postgis/trunk@13038 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 53d769831..8351c8d3a 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -10,7 +10,7 @@ For loading rasters from raster files please refer to For the examples in this reference we will be using a raster table of dummy rasters - Formed with the following code -CREATE TABLE dummy_rast(rid integer, rast raster); +CREATE TABLE dummy_rast(rid integer, rast raster); INSERT INTO dummy_rast(rid, rast) VALUES (1, ('01' -- little endian (uint8 ndr)