Best way to store files inside db - Mailing list pgsql-admin

From Chris Hoover
Subject Best way to store files inside db
Date
Msg-id 425D5180.6020109@sermonaudio.com
Whole thread Raw
Responses Re: Best way to store files inside db  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-admin
I am looking for some help/advice.  We need to store some files inside
postgres (at least it has been requested of us).  What is the best way
to do this?  Right now, the files are all human readable text files, but
that could change.

I could store the contents of the human readable files in a text field,
but I believe the requester would really like the real file to be stored
as close to unmodified as possible.

How can I do this?  I am thinking to store unmodified, I'll have to use
a bytea field.  However, how do I tell the database to insert a file
(say "c:\test.txt") into the table?

Thanks for any help/pointer.

Chris


pgsql-admin by date:

Previous
From: "Chris Hoover"
Date:
Subject: Help installing 8.0.2 rpms on RH 3.0
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Best way to store files inside db