You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Jerome Verleyen <je...@ibt.unam.mx> on 2001/06/19 18:50:13 UTC

problem Postgresql

Helo,
I'm just terminating to find how to correct the BasePeer.java class that
can go whith Postgresql.
The problem was not with Village, because i'm trying this package with a
program like "TestMySQL", and all goes well.

So, who can be interested with this corection, and how do i do?

Thank's a lot.
Jerome Verleyen.

-- 
 Mouarf ! Evidemment, aucune opération QuickDraw n'est jamais accélérée,
 et tous les petits pixels jusqu'au dernier sont dessiné par le p'tit G3
 à la mimine. ;-)
 -+- Ol. in Guide du Macounet Pervers : Carte vidéo? Kesako? -+-

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: problem Postgresql

Posted by Jason van Zyl <jv...@apache.org>.
On 6/19/01 12:50 PM, "Jerome Verleyen" <je...@ibt.unam.mx> wrote:

> Helo,
> I'm just terminating to find how to correct the BasePeer.java class that
> can go whith Postgresql.
> The problem was not with Village, because i'm trying this package with a
> program like "TestMySQL", and all goes well.
> 
> So, who can be interested with this corection, and how do i do?

Try putting a blob in there and you will find the problem with
Postgres. The problem is with large object support, this affects
the blob used to store OBJECTDATA in the user schema. Everything
works fine except for blobs. They require transactions which
appears to be done correcty in the peers but apparently some
addition sql is required for a transaction. I'm still looking
for an answer but if you are going to hunt it down than look
at fixing support for large objects in postgres.

 
> Thank's a lot.
> Jerome Verleyen.

-- 

jvz.

http://tambora.zenplex.org
http://jakarta.apache.org/turbine
http://jakarta.apache.org/velocity
http://jakarta.apache.org/alexandria
http://jakarta.apache.org/commons



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org