storing PDFs - Mailing list pgsql-general

From littlebutty
Subject storing PDFs
Date
Msg-id 1135896341.078370.276740@g47g2000cwa.googlegroups.com
Whole thread Raw
Responses Re: storing PDFs  (Michael Glaesemann <grzm@myrealbox.com>)
Re: storing PDFs  (John DeSoi <desoi@pgedit.com>)
Re: storing PDFs  (Leonel Nunez <lnunez@enelserver.com>)
List pgsql-general
I have written software that will dynamically create PDF documents used
within my web application.  Because each document is unique, I would
like to store the resultant PDF into a field of the DB. Currently I
just store the file to the server's hard drive and insert a path to the
file the database, but I would like to also store the actual file
itself in a field for redundancy purposes and other business reasons.
I am curious to know what everyone thinks would be the best way to
store PDF files in postgres??


pgsql-general by date:

Previous
From: dhilchrist@gmail.com
Date:
Subject: Check If PostgreSQL Table Exists
Next
From: "littlebutty"
Date:
Subject: bit/integer operations in postgres