<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    I would like to make an operation between two tables with geometry
    (polygon) - user's GIS call this operation a UNION.<br>
    <img src="cid:part1.00030702.07060700@nancy.inra.fr" alt=""><br>
    I think this :<br>
    <ul>
      <li>Step1 : make st_intersection (where st_intersects) and obtains
        the 4 little square with attributes from the two table. I call
        the result layerintersect<br>
      </li>
      <li>Step 2 : make a unique polygon with the layerintersect (Step
        1)</li>
      <li>Step 3 : use this polygon  with the two table and
        st_difference</li>
      <li>assembly the 3 result (layerintersect + the 2 difference) with
        a classic union (SQL)</li>
    </ul>
    <p>The second step make a big polygon and for other data it can be a
      problem ??<br>
      Is there another way to make this job?<br>
      Thanks in advance.<br>
    </p>
  </body>
</html>