Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Can't add a string attribute

That is a bug for certain.  I will file this.

Jesse

On 21-Nov-07, at 11:01 AM, Hugh Jennings wrote:

Hi,

I am trialling uDig with posgis and I am encountering a small problem.

I can not create a new feature type with any attribute as a string.

The error messaage I get is:

ERROR:  length for type varchar cannot exceed 10485760
STATEMENT: CREATE TABLE "public"."udig_test" ("udig_test_fid" serial PRIMARY KE
Y, "name" VARCHAR(2147483647), "geometry" GEOMETRY)

ERROR:  length for type varchar cannot exceed 10485760
STATEMENT: CREATE TABLE "public"."test_poly" ("test_poly_fid" serial PRIMARY KE
Y, "county" VARCHAR(2147483647), "geometry" GEOMETRY)

Also is there any way to have the primary key not be a string?

Any help would be appreciated.

Thanks,

Hugh

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top