[postgis-users] PostGIS and Blobs

Rosangela Silva rosangela.silva at zenitpolar.com.br
Tue Apr 1 11:02:57 PST 2003


Paul

I only need raster like background.
I have several jpeg+jpgw to be 
handle.

-------------------------
It's possible to use BLOBs to hold any data at all, raster included. 
Whether this is a "good idea" for you depends alot on what you are 
trying to do with your data. A possible simple image-holding table for 
postgis might be:

orig_filename varchar,
projection varchar,
collected date,
extents geometry,
image blob


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20030401/67e5f3a1/attachment.html>


More information about the postgis-users mailing list