Jean-Philippe, We've used postresql with the JDBCDescriptorStore and the FileContentStore - so if you're happy to store your content in the filesystem, as we do, postgresql will work fine.
cheers Jason 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]>
