Handling images using Python

From: Andreas Tille <tillea(at)rki(dot)de>
To: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Handling images using Python
Date: 2002-11-19 21:27:15
Message-ID: Pine.LNX.4.44.0211192224050.18570-100000@wr-linux02.rki.ivbb.bund.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I tried to store some images in PostgreSQL using Python via
psycopg database adapter. Unfortunately the examples I found in
the web very not really the best - I just was not able to get one
working.

Is there anybody who could give an example how to store an image
in a usual format (PNG, JPG, ...) into a simple table and get
it back via Python?

Kind regards

Andreas.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Damjan Pipan 2002-11-19 21:52:44 modifying new tuple on insert in c trigger
Previous Message Doug McNaught 2002-11-19 21:10:26 Re: ssh tunnel problem