[postgis-tickets] r16602 - [doc] fix invalid xml

Darafei komzpa at gmail.com
Fri Jun 1 06:38:40 PDT 2018


Author: komzpa
Date: 2018-06-01 06:38:40 -0700 (Fri, 01 Jun 2018)
New Revision: 16602

Modified:
   trunk/doc/using_postgis_dataman.xml
Log:
[doc] fix invalid xml

make check skips it for me locally for some reason.



Modified: trunk/doc/using_postgis_dataman.xml
===================================================================
--- trunk/doc/using_postgis_dataman.xml	2018-06-01 13:29:57 UTC (rev 16601)
+++ trunk/doc/using_postgis_dataman.xml	2018-06-01 13:38:40 UTC (rev 16602)
@@ -2225,7 +2225,7 @@
 		  <para>If <command>set enable_seqscan to off;</command> does not help your query,
 			it may happen you use a construction Postgres is not yet able to untangle.
 			A subquery with inline select is one example - you need to rewrite it to the form
-			planner can optimize, say, a LATERAL JOIN.
+			planner can optimize, say, a LATERAL JOIN.</para>
 		</listitem>
 
 	  </itemizedlist>



More information about the postgis-tickets mailing list