<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Be gentle just learning all this <span class="moz-smiley-s1"
      title=":)"></span>
    <br>
    <br>
    I have successfully learned how to use ST_Polygonize to convert a
    LINESTRING table to POLYGON
    <br>
    using this syntax, maybe could be neater..
    <br>
    <br>
    SELECT ST_AsEWKT((ST_Dump(test2.polycoll)).geom) AS geomtextrep
    <br>
    FROM (SELECT ST_Polygonize(the_geom) AS polycoll
    <br>
    FROM (SELECT the_geom FROM maxt) AS test)AS test2;
    <br>
    <br>
    <br>
    now how do I identify the value of each Polygon I have??
    <br>
    There is another column that identifies value of the LINESTRING
    <br>
    <br>
    <span class="moz-txt-tag">-- </span> <br>
    <div class="moz-signature"><b>Jeff Lake</b><br>
      <a href="http://www.michiganwxsystem.com">MichiganWxSystem</a><br>
      <a href="http://www.allisonhouse.com">AllisonHouse</a><br>
      <a href="http://www.grlevelxstuff.com">GRLevelXStuff</a></div>
  </body>
</html>