hi!<br><br>1- the_geom must be the name of the geometry column ? <br><br>2- i got a table who look like this : <br><br>CREATE TABLE zz_tinyows_test<br>(<br>  station character(254) NOT NULL,<br>  the_geom geometry,<br>  geom_p geometry,<br>
  id serial NOT NULL,<br>  colonneint integer,<br>  colonnetexte character(254),<br>  CONSTRAINT zz_tinyows_test_pkey PRIMARY KEY (station)<br>)<br>WITH (<br>  OIDS=FALSE<br>)<br>everything is fine this but if i give the primary key to &quot;id&quot;, the update is OK but i got this error in tinyows log when trying to insert a point : <br>
<br>[ERROR] Element &#39;{http://****/}the_geom&#39;: This element is not expected. Expected is one of ( {<a href="http://www.opengis.net/gml}description">http://www.opengis.net/gml}description</a>, {<a href="http://www.opengis.net/gml}name">http://www.opengis.net/gml}name</a>, {<a href="http://www.opengis.net/gml}boundedBy">http://www.opengis.net/gml}boundedBy</a>, {http://*****/}station ).<br>
<br>there is a relation with &quot;attnum&quot; in PG ? <br><br>Marc-André Trottier<br>