[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| Re: [udig-devel] Postgis problem in compiled version | 
   Sorry, sorry... Paul and Jody ... in my last mails when I wrote 
"geotools-bin-2.1.RC0.zip" I wanted to say -> "udig1.0.RC5.win32.x86.zip"
   I'm getting crazy with the other projects (GT2) I'm compiling and 
copy&paste doesn't help!!! :( sorry...
   The problem is that udig1.0.RC5.win32.x86.zip works perfect but when I 
compile UDIG from svn repository, the postgis access to a simple table 
(that works in udig1.0.RC5.win32.x86.zip) doesn't work.
   In the udig postgis wizard, I have found different information when 
access from both versions:
In udig1.0.RC5.win32.x86.zip ->
    database field -> mydatabase, template0 and template1
    schema field -> information schema, pg_catalog and public
    Layer selection -> tables from mydatabase and views
    Render works fine
In svn compiled udig version running from Eclipse ->
    database field -> only mydatabase
    schema field -> only public
    Layer selection -> only tables
   Is it possible that the postgres/postgis driver from repository is 
different the one in udig1.0.RC5.win32.x86.zip???
   thanks and sorry ;-)