<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1141" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Paul</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I only need raster like 
background.</FONT></DIV>
<DIV><FONT face=Arial size=2>I have several jpeg+jpgw to be </FONT></DIV>
<DIV><FONT face=Arial size=2>handle.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>-------------------------</FONT></DIV>
<DIV>It's possible to use BLOBs to hold any data at all, raster included. 
<BR>Whether this is a "good idea" for you depends alot on what you are 
<BR>trying to do with your data. A possible simple image-holding table for 
<BR>postgis might be:<BR><BR>orig_filename varchar,<BR>projection 
varchar,<BR>collected date,<BR>extents geometry,<BR>image 
blob<BR><BR><BR></DIV></BODY></HTML>