Re: saving a pdf file in the database

Поиск
Список
Период
Сортировка
От Marcin Gil
Тема Re: saving a pdf file in the database
Дата
Msg-id 3FE88F08.8080302@audax.com.pl
обсуждение исходный текст
Ответ на saving a pdf file in the database  (Luca Ferrari <fluca1978@virgilio.it>)
Список 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 по дате отправления:

Предыдущее
От: Luca Ferrari
Дата:
Сообщение: saving a pdf file in the database
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Thanks! Re: How to run 2+ versions of PostgreSQL concurrently