<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Following on from the reply by strk (thanks!!) I'm still working through how to use topologies.<br><br>I have a script which creates a topology, adds 5 linestrings looking like:<br>  <br>   |      |      |<br> ---------------<br>   |      |      |<br> ---------------<br>   |      |      |<br><br>validates the result and then Polygonizes it, creating two faces. <br><br>I'm using the SVN docs <br>( <a href="http://www.postgis.org/documentation/manual-svn/Topology.html">http://www.postgis.org/documentation/manual-svn/Topology.html</a> ) <br>as my reference, as this is the best I have found so far. <br><br>What I want this script to do is run a query listing/describing
 the faces that have been created, then extract them as polygon geometries into a Postgis geometry column to be used as conventional polygons, but I can see no way in the docs of accomplishing this.<br><br>Once I get the script able to complete this operation I figure I should have a much better understanding of how Postgis topology works, & will stick it on the wiki as a working example. I'll also insert more commands to illustrate other operations, as I learn this stuff.<br><br>Any suggestions as to how to accomplish these next steps?<br><br>Thanks,<br><br>  Brent Wood<br><br><br></td></tr></table>