Use lo_creat() when possible instead of lo_create()

From: Giovanni Mascellani <mascellani(at)poisson(dot)phc(dot)unipi(dot)it>
To: psycopg(at)postgresql(dot)org
Subject: Use lo_creat() when possible instead of lo_create()
Date: 2012-01-10 08:51:51
Message-ID: 4F0BFC27.5050306@poisson.phc.unipi.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

Hi.

I just created a ticket against psycopg2, and Daniele asked me to bring
the issue on the list to open it to a wider audience. The ticket is here:

http://psycopg.lighthouseapp.com/projects/62710/tickets/88-use-lo_creat-when-possible-instead-of-lo_create

For your convenience, I copy the description here:

---
I'm using psycopg2 against a PostgreSQL database replicated using
pgpool-II. On this database I also need large objects support.
Apparently pgpool-II is able to correctly handle lo_creat() calls, but
not lo_create() (see
http://pgpool.projects.postgresql.org/pgpool-II/doc/pgpool-en.html#lobj_lock_table).

Unfortunately, psycopg2 only create large objects with lo_create(), even
when no new_oid is specified. Could you please consider applying the
attached patch, that modifies this behaviour?
---

Please, Cc: me as I'm not subscribed to the list.

Thanks, Giovanni.
--
Giovanni Mascellani <mascellani(at)poisson(dot)phc(dot)unipi(dot)it>
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g(dot)mascellani(at)jabber(dot)org / giovanni(at)elabor(dot)homelinux(dot)org

Responses

Browse psycopg by date

  From Date Subject
Next Message Federico Di Gregorio 2012-01-10 10:06:34 Re: Use lo_creat() when possible instead of lo_create()
Previous Message Federico Di Gregorio 2012-01-05 10:40:23 Re: Storing file in postgresql and accessing them with psycopg