[postgis-tickets] r17435 - Add note to valid regarding 2d-only nature
Paul Ramsey
pramsey at cleverelephant.ca
Thu May 9 09:14:36 PDT 2019
Author: pramsey
Date: 2019-05-09 09:14:36 -0700 (Thu, 09 May 2019)
New Revision: 17435
Modified:
trunk/doc/reference_validation.xml
Log:
Add note to valid regarding 2d-only nature
closes #4364
Modified: trunk/doc/reference_validation.xml
===================================================================
--- trunk/doc/reference_validation.xml 2019-05-09 13:21:17 UTC (rev 17434)
+++ trunk/doc/reference_validation.xml 2019-05-09 16:14:36 UTC (rev 17435)
@@ -17,7 +17,7 @@
<refnamediv>
<refname>ST_IsValid</refname>
- <refpurpose>Tests if a geometry is well-formed.
+ <refpurpose>Tests if a geometry is well-formed in 2D.
</refpurpose>
</refnamediv>
@@ -40,10 +40,12 @@
<refsection>
<title>Description</title>
- <para>Test if an ST_Geometry value is well-formed according to the OGC rules.
- For geometries that are invalid,
- the PostgreSQL NOTICE will provide details of why it is not valid. </para>
<para>
+ Test if an ST_Geometry value is well-formed in 2D according to the OGC rules.
+ For geometries that are invalid, the PostgreSQL NOTICE will provide details of why it is not valid.
+ For geometries with 3 and 4 dimensions, the validity still only tested in 2 dimensions.
+ </para>
+ <para>
For the version with flags,
supported <varname>flags</varname> are documented in <xref linkend="ST_IsValidDetail" />
This version does not print a NOTICE explaining invalidity.
More information about the postgis-tickets
mailing list