]> granicus.if.org Git - postgis/commitdiff
Crossref ST_InteriorRingN with ST_ExteriorRing
authorSandro Santilli <strk@keybit.net>
Wed, 14 Dec 2011 18:24:57 +0000 (18:24 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 14 Dec 2011 18:24:57 +0000 (18:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8414 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_accessor.xml

index f92df008552fb2519c2e2aeacc9081109c6a2404..47fb09042508159babfc6e0c1f33966b16b88d9e 100644 (file)
@@ -471,7 +471,11 @@ LINESTRING(0 0 1,1 1 1,1 2 1,1 1 1,0 0 1)
          <refsection>
                <title>See Also</title>
 
-               <para><xref linkend="ST_Boundary" />, <xref linkend="ST_NumInteriorRings" /></para>
+               <para>
+<xref linkend="ST_InteriorRingN" />,
+<xref linkend="ST_Boundary" />,
+<xref linkend="ST_NumInteriorRings" />
+               </para>
          </refsection>
        </refentry>
 
@@ -727,7 +731,14 @@ FROM (SELECT ST_BuildArea(
          <refsection>
                <title>See Also</title>
 
-               <para><xref linkend="ST_BuildArea" />, <xref linkend="ST_Collect" />, <xref linkend="ST_Dump" />, <xref linkend="ST_NumInteriorRing" />, <xref linkend="ST_NumInteriorRings" /></para>
+               <para>
+<xref linkend="ST_ExteriorRing" />
+<xref linkend="ST_BuildArea" />,
+<xref linkend="ST_Collect" />,
+<xref linkend="ST_Dump" />,
+<xref linkend="ST_NumInteriorRing" />,
+<xref linkend="ST_NumInteriorRings" />
+               </para>
          </refsection>
        </refentry>