<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Arial Narrow'; COLOR: #00002b; FONT-SIZE: 12pt">
<DIV>Hi</DIV>
<DIV> </DIV>
<DIV>I have established the schema and tables as outlined in the documentation 
example 11.8 TopoGeometry Constructors.</DIV>
<DIV> </DIV>
<DIV>However, I am still missing something.</DIV>
<DIV> </DIV>
<DIV>When I run GetRingEdges -</DIV>
<DIV> </DIV>
<DIV>    select  topology.GetRingEdges('TEST', 1), 
entities.wkb_geometry   </DIV>
<DIV>    from entities, num_search</DIV>
<DIV>    where st_intersects(entities.wkb_geometry, 
num_search.the_geom2);</DIV>
<DIV> </DIV>
<DIV>The return are only the geometries which are actually intersected by 
st_intersects.(In this particular case only four of the eight lines that make up 
the polygon).</DIV>
<DIV> </DIV>
<DIV>I was hoping the whole closed geometry  to be returned.</DIV>
<DIV> </DIV>
<DIV>What am I missing??</DIV>
<DIV> </DIV>
<DIV>Bob</DIV>
<DIV> </DIV></DIV></DIV></BODY></HTML>