Re: Problem with Large objects of .gif&.asp

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: Problem with Large objects of .gif&.asp
Дата
Msg-id 9F7828D7-B334-4722-82D9-CC146F74B991@pgedit.com
обсуждение исходный текст
Ответ на Problem with Large objects of .gif&.asp  ("sandhya" <sandhyar@amiindia.co.in>)
Список 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 по дате отправления:

Предыдущее
От: "Andy"
Дата:
Сообщение: Re: Database LATIN1 to UFT-8 (unicode) converting problem SOLVED
Следующее
От: Prasanth
Дата:
Сообщение: Re: Invalid UTF8 & Large Objects