FAQ
I have not been able to figure out how to define a field as a BLOB. I
know you can bytea but from what I have read, that is not the preferred
method to store documents like word, excel, photoshop or the like. Can
someone either send me a link to a good explanation on how to setup a
BLOB field or quickly tell me how?

Search Discussions

  • John DeSoi at Apr 4, 2005 at 11:47 pm

    On Apr 4, 2005, at 1:34 PM, Richmond Dyes wrote:

    I have not been able to figure out how to define a field as a BLOB. I
    know you can bytea but from what I have read, that is not the
    preferred method to store documents like word, excel, photoshop or the
    like. Can someone either send me a link to a good explanation on how
    to setup a BLOB field or quickly tell me how?

    bytea should be fine for files up to 1 GB. If you need to access parts
    of the file, the large object interface might be more suitable. It
    supports files up to 2 GB.

    Below is the documentation for the large object interface. The table of
    contents includes a link to an example program.

    http://www.postgresql.org/docs/8.0/interactive/largeobjects.html


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

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
grouppgsql-novice @
categoriespostgresql
postedApr 4, '05 at 5:34p
activeApr 4, '05 at 11:47p
posts2
users2
websitepostgresql.org
irc#postgresql

2 users in discussion

John DeSoi: 1 post Richmond Dyes: 1 post

People

Translate

site design / logo © 2023 Grokbase