Storing file in postgresql and accessing them with psycopg

Поиск
Список
Период
Сортировка
От Ottavio Campana
Тема Storing file in postgresql and accessing them with psycopg
Дата
Msg-id 13433bf780de8cb363c652b87038fc61@localhost
обсуждение исходный текст
Ответы Re: Storing file in postgresql and accessing them with psycopg  (Federico Di Gregorio <fog@dndg.it>)
Список psycopg
Hi,

for a project, I'll need to store files in the database, because I won't be
able to write to the disk of the application.

I've been looking online about how to do it, and I've seen that there are
two ways, i.e. with bytea and oid. Particularly I found this page
http://www.zephid.dk/2008/08/09/oid-vs-bytea-in-postgresql/ , it's about
php but it can give a few hints, even though it's more than three years
old.

So, my questions are:

* do you have experience with newer version of postgresql (9.x)? Is there
something particular I need to consider?

* I've read http://packages.python.org/psycopg2/extensions.html , thus I
still think oid is the way to go, but I haven't been able to find an
example to use as reference. Can you please suggest me something?

Thank you

Ottavio

--
Non c'e' piu' forza nella normalita', c'e' solo monotonia

В списке psycopg по дате отправления:

Предыдущее
От: Peter Irbizon
Дата:
Сообщение: Re: cannot install psycopg2
Следующее
От: Federico Di Gregorio
Дата:
Сообщение: Re: Storing file in postgresql and accessing them with psycopg