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
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
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