Birgit, thanks for your reply.<br>Lately, i had no time...so now i deal with postgis!<br>Before, i run the sql file, i had noticed that you define your SRID code (31467). Here can i put the SRID code of my data??<br>Then, i execute the sql file, and i type the following command for union two geometric tables:<br>
<br>select _pgunion('test1', 'poly1', 'id poly1', 'poly2', 'id poly2');<br><br>but, i got an error message:<br><br>ERROR:  syntax error at or near "integer"<br>LINE 1: ...sec_poly1_poly2 (gid serial PRIMARY KEY, id poly1 integer, i...<br>
                                                                                            ^<br>QUERY:  CREATE TABLE test1.intsec_poly1_poly2 (gid serial PRIMARY KEY, id poly1 integer, id poly2 integer );<br>CONTEXT:  PL/pgSQL function "_pgunion" line 34 at EXECUTE statement<br>
<br>why?? from this message, i understand that the problem is the type of column id of the table poly1, is it??<br>could you help me for another time??<br>I suppose that i don't build with the right manner my data, so would be useful if you send me an example, namely, a backup file.<br>
So, i 'll see the indexes, and anything else is required.<br><br>Thanks in advance<br>Apostolis<br><br>