Revision 20874 trunk/libraries/libFMap_dataDB/src-test/org/gvsig/data/datastores/vectorial/db/jdbc/postgresql/postgresqlTest.java

View differences:

postgresqlTest.java
59 59
		"  bool bool,"+
60 60
		"  CONSTRAINT prueba_pkey PRIMARY KEY (gid),"+
61 61
		"  CONSTRAINT enforce_dims_the_geom CHECK (ndims(the_geom) = 2),"+
62
		"  CONSTRAINT enforce_geotype_the_geom CHECK (geometrytype(the_geom) = 'MULTIPOLYGON'::text OR the_geom IS NULL),"+
63
		"  CONSTRAINT enforce_srid_the_geom CHECK (srid(the_geom) = 23030)"+
62
//		"  CONSTRAINT enforce_geotype_the_geom CHECK (geometrytype(the_geom) = 'MULTIPOLYGON'::text OR the_geom IS NULL),"+
63
//		"  CONSTRAINT enforce_srid_the_geom CHECK (srid(the_geom) = 23030)"+
64 64
		") "+
65 65
		"WITHOUT OIDS");
66 66

  

Also available in: Unified diff