in reply to Re: Anyone using SPOPS to store BLOBs?
in thread Anyone using SPOPS to store BLOBs?

The reason I am looking at using a text field is that Postgres doesn't appear to support BLOBs. However, it looks like the bytea type may be suitable instead.

--t. alex
Life is short: get busy!
  • Comment on Re: Re: Anyone using SPOPS to store BLOBs?

Replies are listed 'Best First'.
Re^3: Anyone using SPOPS to store BLOBs?
by particle (Vicar) on Jun 24, 2003 at 17:12 UTC

    what i believe bunnyman is suggesting is that you do not use a database to store the files. instead, store the filenames, and write the files to disk (just don't erase them.)

    ~Particle *accelerates*