Re: saving a pdf file in the database - Mailing list pgsql-novice

From Marcin Gil
Subject Re: saving a pdf file in the database
Date
Msg-id 3FE88F08.8080302@audax.com.pl
Whole thread Raw
In response to saving a pdf file in the database  (Luca Ferrari <fluca1978@virgilio.it>)
List pgsql-novice
Luca Ferrari wrote:

>Hello to the whole list,
>is possible to save a file (PDF) in the database as blob object? Which kind of
>field should I use to achieve this?
>
>Thanks,
>Luca
>
>
>
First of all, what would you like to use to write:
C++, php, java or maybe python?

I use php to write pdfs and jpegs to the db as large objects;
check all pg_lo_* functions.

Regards,
-Marcin Gil



pgsql-novice by date:

Previous
From: Luca Ferrari
Date:
Subject: saving a pdf file in the database
Next
From: Michael Glaesemann
Date:
Subject: Thanks! Re: How to run 2+ versions of PostgreSQL concurrently