[Pljava-dev] JarOwner problem

From: filip(dot)hrbek at plz(dot)comstar(dot)cz (Filip Hrbek)
To:
Subject: [Pljava-dev] JarOwner problem
Date: 2005-11-22 12:05:30
Message-ID: 002601c5ef5d$0a23ea10$1e03a8c0@fhrbek
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Thomas,

I found a problem when using PostgreSQL 8.1 with pljava. PostrgreSQL 8.1 hid
the user system id from SQL interface, and consequently from a pg_dumpall
output as well.
It results in the fact that a database being dumped and reloaded does not
work properly because of the broken jarowner reference in
sqlj.jar_repository (a user who should own the jar has a different system id
after the reload).

I think we should find a solution for this problem. Unfortunately, this will
probably lead to a database table structure change (user name instead of the
system id). Or do you have any better idea?

Regards
Filip

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Thomas Hallgren 2005-11-22 12:14:08 [Pljava-dev] Re: JarOwner problem
Previous Message Thomas Hallgren 2005-11-20 23:44:01 PL/Java 1.2.0 released