Re: saving a pdf file in the database

From: Marcin Gil <marcin(dot)gil(at)audax(dot)com(dot)pl>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: saving a pdf file in the database
Date: 2003-12-23 18:52:56
Message-ID: 3FE88F08.8080302@audax.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Nilabhra Banerjee 2003-12-24 08:23:39 Re: Join Tutorial
Previous Message Luca Ferrari 2003-12-23 17:31:53 saving a pdf file in the database