Missing org/apache/jackrabbit/core/journal/postgresql.ddl
---------------------------------------------------------
Key: JCR-1174
URL: https://issues.apache.org/jira/browse/JCR-1174
Project: Jackrabbit
Issue Type: Bug
Components: clustering
Environment: postgresql, cluster, journal
Reporter: David Brown
Jackrabbit fails to create the journal tables for clustering when using
Postgresql because of the varbinary in default.ddl.
Just copy org/apache/jackrabbit/core/journal/default.ddl to
org/apache/jackrabbit/core/journal/postgresql.ddl and change the varbinary to
bytea.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.