Re: Problem with Large objects of .gif&.asp - Mailing list pgsql-admin

From John DeSoi
Subject Re: Problem with Large objects of .gif&.asp
Date
Msg-id 9F7828D7-B334-4722-82D9-CC146F74B991@pgedit.com
Whole thread Raw
In response to Problem with Large objects of .gif&.asp  ("sandhya" <sandhyar@amiindia.co.in>)
List pgsql-admin
On Apr 26, 2006, at 6:46 AM, sandhya wrote:

> I have loaded all my files into the database.Files has to open like
> ( html,asp,js,gif etc pages) from the database via a
> webserver.Please explain me whether there will be any problem if i
> open .asp ,.gif files from the DB.
> How to know whether the files what we have loaded into the database
> as large objects are correctly holding the data or not.
> Bocz, I have loaded few .gif files into the DB but when i exported
> it and checked the size , the size of what i have loaded and what i
> am getting is entirely different.
> Please tell me whether Postgres supports for all the files to load
> into DB and retrieve it.


PostgreSQL supports storing files just fine as large objects or in
bytea columns. I think bytea columns are easier to use if you just
want to store and retrieve entire files. If you are not getting the
same file back out, you need to look at your client setup especially
encoding issues.




John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


pgsql-admin by date:

Previous
From: "Andy"
Date:
Subject: Re: Database LATIN1 to UFT-8 (unicode) converting problem SOLVED
Next
From: Prasanth
Date:
Subject: Re: Invalid UTF8 & Large Objects