Hi, > Anyone that that is using Postgres for storage and retrival of > images please post your experiences.
I've been very happy with a web application I built which stores images in Postgresql in text format. I use PHP to base_64 encode the binary image file into a text string and store that. I can send you a PHP class which I use to encode/decode the images and inserts them into a table. Email me off list if your keen. Cheers Rudi. ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend