After I adjusted the postgres72.xml I forgot to drop and recreate the tables
containing the OID columntype :) Using the right columntypes now (BYTEA), it looks
like image stuff work fine on Postgresql7.3.2 . It still can't handle files > 1 MB
though.
> -----Oorspronkelijk bericht-----
> Van: Kees Jongenburger [mailto:[EMAIL PROTECTED]
> Verzonden: vrijdag 20 juni 2003 23:42
> Aan: [EMAIL PROTECTED]
> Onderwerp: Re: MMBase vs. Postgresql 7.3
>
>
> On Friday 20 June 2003 12:13 pm, Eduard Witteveen wrote:
> > Kees Jongenburger wrote:
> > > change the OID to BYTEA in the postgress configuration
> >
> > Can't this be handled by the lookup.xml?
> no I don't thinks so
> since at some point the change was made from OID's to BYTEA
> we need to be
> able to support both methods (maybe use BYTEA for small blobs
> and OID's for
> large blobs)?
> I really feel that this is a problem with the jdbc driver .
> it should solve
> the problem it think the jxdbcon driver (
> http://jxdbcon.sourceforge.net/ )
> jxdbcon tries to follow the jdbc specs so that no special
> database specific
> api's are exposed.
>
> but it had other problems
> http://sourceforge.net/tracker/index.php?func=detail&aid=73789
7&group_id=25845&atid=385447
(but i worked around it in mmbase)