Java admin tools for Postgres

July 19, 2004

I came across an java database administration tool for postgresql called XPG. However I immidately ran into problems when attampting to compile it. That's because the source files contains non ASCII characters - since that character sequence is part of the authors name, it's fair enough!

Apparently it compiles fine under java 1.4 but fails only with java 5 (1.5.0), at any rate someone had filed a bug report as such. The developers of the SDK has claimed it's not a bug but to use the -encoding flag for javac.

So that's what I did, edited the Makefile for XPG and added -encoding cp1232 as a parameter to javac and the error message (unmappable character for encoding UTF8) disappeared. So if you are having trouble compiling xpg that's something you might want to try.

Postgresql java admin tool

Once you get it up and running you can't help but think this is a project that has had a lot of thought put into it. The user interface is very very good.


Posted by raditha at July 19, 2004 7:18 AM
Your Ad Here

 

Jabber  |  Linux  |  mySQL  |  PHP  |  Java  |  Site Map  |  Wiki

Downloads  |  About  |  Links  |  Contact  |  Home

 

Copyright © Raditha Dissanayake 2003 - 2007

Terms of Use  |  Privacy

 

 

July 2004
Sun Mon Tue Wed Thu Fri Sat
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31