<funcdef>getfaceedges_returntype <function>GetRingEdges</function></funcdef>
<paramdef><type>varchar </type> <parameter>atopology</parameter></paramdef>
<paramdef><type>integer </type> <parameter>aring</parameter></paramdef>
+ <paramdef choice="opt"><type>integer </type> <parameter>max_edges=null</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
You can pass a negative edge id to start walking backward.
</para>
+ <para>
+If <varname>max_edges</varname> is not null no more than those records
+are returned by that function. This is meant to be a safety parameter
+when dealing with possibly invalid topologies.
+ </para>
+
<!-- use this format if new function -->
<para>Availability: 2.0 </para>