<div class="gmail_quote"><br>Hello, there<br clear="all"><br>I'm quite new to postgis requests and I've got a constraint violation problem with one of my requests:<br><br>

<p style="margin: 0px; text-indent: 0px;">create table bati_buff (id serial primary key);</p>
<p style="margin: 0px; text-indent: 0px;">select addgeometrycolumn ('bati_buff', 'the_geom', 27572, 'POLYGON', 2 ) ;</p>
<p style="margin: 0px; text-indent: 0px;">insert into bati_buff (the_geom)</p>
<p style="margin: 0px; text-indent: 0px;">(select bati.the_geom from bati, buffer where intersects (bati.the_geom, buffer.the_geom) =true ) ;</p><br><br>I have a constraint violation with the relation enforce_geotype_the_geom.<br>

<br>How can I solve it ?<br><br>Thanks<br>-- <br><font color="#888888">Guillaume Longuetaud<br>
</font></div>