You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Adrien DE GEORGES (Jira)" <ji...@apache.org> on 2020/01/21 14:25:00 UTC

[jira] [Created] (JCR-4523) PostgreSQL multi-schema when dealing with 2 repositories with same table in the same DB

Adrien DE GEORGES created JCR-4523:
--------------------------------------

             Summary: PostgreSQL multi-schema when dealing with 2 repositories with same table in the same DB
                 Key: JCR-4523
                 URL: https://issues.apache.org/jira/browse/JCR-4523
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-jcr-server
    Affects Versions: 2.18.0
            Reporter: Adrien DE GEORGES


Using PostgreSQL multi-scheme setup, Jackrabbit is struggling to create a table for a repository if a table with the same name (in a different repository) already exists in this database instance.

The issue comes from the method  "tableExists(String tableName)" with flag "checkTablesWithUserName" set to false, which makes global search in whole database and find already created table in another repo. As result there is no table created. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)