Postgres Large Objects with Python/PyPgSQL

Titus Brown t at chabry.caltech.edu
Tue Jul 31 16:51:27 EDT 2001


In article <V9C97.228$Z2.3620 at nnrp1.uunet.ca>,
Rod MacNeil <rmacneil at interactdirect.com> wrote:
>I have 2 computers with PostgreSQL running.
>1. PostgresSQL 7.0/Redhat 7.0/Python 2.1/pyPgSQL 1.2
>2. PostgresSQL 7.1.1/Redhat 7.1/Python 2.1/pyPgSQL 1.2

[ munch ]

A better question, perhaps, is why you are using Large Objects at all ;).
PG 7.1 does away with the need for them, AFAIK, although I have yet to
check to see if the TEXT column type can take binary data...

You might also try looking into PoPy (sf.net/projects/popy/) over PyGreSQL.

--titus



More information about the Python-list mailing list