Dear Brent Fraser and everybody,

 

The "Create Table" statement from Postgres is the following:

 

CREATE TABLE "Fiumi_riproiettato"

(

  gid serial NOT NULL,

  "Nome" character varying(80),

  "Luinghezza" integer,

  the_geom geometry(LineString),

  CONSTRAINT "Fiumi_riproiettato_pkey" PRIMARY KEY (gid)

)

WITH (

  OIDS=FALSE

);

ALTER TABLE "Fiumi_riproiettato"

  OWNER TO postgres;

 

I'm looking forward to hearing You,

 

Pasquale

_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to