represent the same geometry structure. To verify the order of points is consistent, use
ST_OrderingEquals (it must be noted ST_OrderingEquals is a little more stringent than simply verifying order of
points are the same).</para>
+
+ <note>
+ <para>This function will return false if either geometry is invalid even if they are binary equal.</para>
+ </note>
<para>
<inlinegraphic class="sfs_compliant" fileref="images/check.png" />
<refsection>
<title>See Also</title>
- <para><xref linkend="ST_OrderingEquals"/>, <xref linkend="ST_Reverse"/>, <xref linkend="ST_Within" /></para>
+ <para><xref linkend="ST_IsValid"/>, <xref linkend="ST_OrderingEquals"/>, <xref linkend="ST_Reverse"/>, <xref linkend="ST_Within" /></para>
</refsection>
</refentry>