Re: regarding image files in DB

From: "sandhya" <sandhyar(at)amiindia(dot)co(dot)in>
To: <andy(dot)shellam(at)mailnetwork(dot)co(dot)uk>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: regarding image files in DB
Date: 2006-05-11 07:45:52
Message-ID: 029d01c674ce$edb3daf0$cd00000a@sandhyar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Is there any document which explains clarly about how to load files in binart format and how to retrieve it....As far as i read i got only files storing in OID format.
Thanks for your help...
Sandhya

----- Original Message -----
From: Andy Shellam
To: 'sandhya'
Cc: pgsql-admin(at)postgresql(dot)org
Sent: Thursday, May 11, 2006 12:56 PM
Subject: RE: [ADMIN] regarding image files in DB

I would think a data type with the likes of "binary" (bytea?) would be more appropriate. It's like trying to upload an image via FTP in ASCII format - it never comes out the same the other end.

------------------------------------------------------------------------------

From: pgsql-admin-owner(at)postgresql(dot)org [mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of sandhya
Sent: 11 May 2006 6:19 am
To: Postgres
Cc: sandhya
Subject: [ADMIN] regarding image files in DB

Hi,

Please explain me is there any difference if i load my files(like gif or any images files) into the data base as text format?

Bcoz,I have loaded my image files in a text format into the database and when i exported it into my local file system the content of the original file(i.e. imported file into DB) and the exported file from the DB are different.

What is the wrong i did?In which format i have to load my file.Is it only for image files or for all types of files(like js,asp,htm etc)

Please help me in resolving this issue.

Thanks in advance

Regards,

Sandhya

!DSPAM:14,4462c7c434491454781929!

Browse pgsql-admin by date

  From Date Subject
Next Message Volkan YAZICI 2006-05-11 09:05:24 Re: Python os.system module handle errors
Previous Message sandhya 2006-05-11 07:44:20 Re: regarding image files in DB