Hi I have looked at the PostgreSQL documentation (http://www.postgresql.org/idocs/index.php?jdbc-lo.html) but it isn't clear if setBinaryStream is supported or not.
Subclassing the jdbc store for a specific database is already done for cloudscape and oracle. I don't have PostgreSQL installed but if you can provide a working example of that 'bytea' data type, I can help you write the store. Just look at OracleContentStore.java for an example of subclassing the jdbccontent store. Dirk Jean-Philippe Courson wrote: > > Hi > > I wanted to use PostgreSQL as JDBCStore and I saw in JDBC Store Howto > that Revisioncontent table is using blobs for content. > > I saw in Postgres docs and JDBC driver TODO that Blobs where not currently > supported and large binary data was stored using encoded Strings, 'bytea' or > others types that seems to do the job quiet well but are not useable with > standart > JDBC interface. > > I would like to know if the Revisioncontent table is only use for > contentStore or > if I need to implement a custom store to support Postres. > > Jean-Philippe > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
