<div dir="ltr">Correct. ST_Band creates a new raster comprised of the bands extracted from the existing raster.<div><br></div><div>If you're looking looking to convert an out-db into in-db, I think the following will work...</div>

<div><br></div><div>SELECT (ST_AsBinary(rast, TRUE))::raster</div><div><br></div><div>-bborie</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 1, 2013 at 8:10 AM, Dilley, Andrew-P57500 <span dir="ltr"><<a href="mailto:Andrew.Dilley@gdc4s.com" target="_blank">Andrew.Dilley@gdc4s.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">From that thread,<br>
<br>
"We need to do away with the entire in-db and out-db notion and just return the pixel values."<br>
<br>
I guess this is what I mean.  Should st_band be doing this?  (I'm admittedly very new to postgis so maybe this a stupid question).<br>
<br>
andy<br>
<div class="HOEnZb"><div class="h5"><br>
-----Original Message-----<br>
From: <a href="mailto:postgis-users-bounces@lists.osgeo.org">postgis-users-bounces@lists.osgeo.org</a> [mailto:<a href="mailto:postgis-users-bounces@lists.osgeo.org">postgis-users-bounces@lists.osgeo.org</a>] On Behalf Of Mateusz Loskot<br>


Sent: Friday, November 01, 2013 10:44 AM<br>
To: PostGIS Users Discussion<br>
Subject: Re: [postgis-users] st_band with out-db raster data<br>
<br>
On 1 November 2013 14:18, Dilley, Andrew-P57500 <<a href="mailto:Andrew.Dilley@gdc4s.com">Andrew.Dilley@gdc4s.com</a>> wrote:<br>
> When using out-db raster data, st_band appears to return path data for<br>
> the raster file rather than a raster.  Is that intentional?<br>
<br>
You may want to check the "[raster] Paths local to server" thread here<br>
<br>
<a href="http://lists.osgeo.org/pipermail/postgis-devel/2013-February/023252.html" target="_blank">http://lists.osgeo.org/pipermail/postgis-devel/2013-February/023252.html</a><br>
<br>
and related ticket  <a href="http://trac.osgeo.org/postgis/ticket/2217" target="_blank">http://trac.osgeo.org/postgis/ticket/2217</a><br>
<br>
It should clarify the semantic of out-db raster.<br>
<br>
Best regards,<br>
--<br>
Mateusz  Loskot, <a href="http://mateusz.loskot.net" target="_blank">http://mateusz.loskot.net</a> _______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br></div>