Hi everyone,
we are using a shared PostgreSQL on elephantsql.com and this worked very well till recently.
We are working on the same JabRef-Database with a few users and in the last weeks we figured out that we don’t see each others changes anymore.
Some investigation into the database showed, that there are now two namespaces in the same Database: “jabref” and “public”, and two of our users are pushing to the “public” namespace while the rest is still on the “jabref” namespace. The tables are named exactly the same, only the namespace seems changed:
SELECT * FROM “jabref”.“ENTRY” and SELECT * FROM “public”.“ENTRY”
We are not aware of any changes we did regarding that and we also couldn’t find any parameter that could be responsible for this behavior.
Anybody encountered such an issue before, or knows how we can tell JabRef which namespace to use?
Thanks
Sven