Skip to main content

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

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



Back to the top