hello

I am trying to build a java application.

I received this error message:

ERROR 1: AddGeometryColumn failed for layer postlayer12, layer
creation has failed.

when I changed,

String name="PG:dbname='bzk2' host='localhost' port='5432'
user='postgres' password='222222'";    //super user
DataSource dspost2 = drvpost.CreateDataSource(name);

It worked:

Do I have to be superuser to build postgres layer ?

regards
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to