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]>
