[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-402-g8e99b5042

git at osgeo.org git at osgeo.org
Mon Sep 11 14:54:17 PDT 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  8e99b50428af40c6118f19a6d501b9ce4a22780d (commit)
      from  b96c561eeae1a306af4eec63540f29853f15bb46 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8e99b50428af40c6118f19a6d501b9ce4a22780d
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jul 14 18:12:18 2023 +0200

    Don't use border attribute in informaltable
    
    Fails validation with relaxng

diff --git a/doc/using_postgis_dataman.xml b/doc/using_postgis_dataman.xml
index 61350ba3f..1e824f3f3 100644
--- a/doc/using_postgis_dataman.xml
+++ b/doc/using_postgis_dataman.xml
@@ -908,7 +908,7 @@ SELECT ST_Distance('LINESTRING(-122.33 47.606, 0.0 51.5)'::geometry, 'POINT(-21.
       If the endpoints of a simple LineString are identical it is called <emphasis>closed</emphasis>
       and referred to as a Linear Ring.</para>
 
-	  <informaltable border="0" frame="none">
+	  <informaltable frame="none">
 		<tgroup cols="1">
 		  <tbody>
 			<row>
@@ -976,7 +976,7 @@ SELECT ST_Distance('LINESTRING(-122.33 47.606, 0.0 51.5)'::geometry, 'POINT(-21.
 	  any two elements occurs at points that are on the
 	  boundaries of both elements.  </para>
 
-	  <informaltable border="0" frame="none">
+	  <informaltable frame="none">
 		<tgroup cols="1">
 		  <tbody>
 			<row>
@@ -1085,7 +1085,7 @@ SELECT
         </para></listitem>
         </orderedlist>
 
-	  <informaltable border="0" frame="none">
+	  <informaltable frame="none">
 		<tgroup cols="1">
 		  <tbody>
 			<row>
@@ -1183,7 +1183,7 @@ SELECT
         </para></listitem>
         </orderedlist>
 
-	  <informaltable border="0" frame="none">
+	  <informaltable frame="none">
 		<tgroup cols="1">
 		  <tbody>
 			<row>
diff --git a/doc/using_postgis_query.xml b/doc/using_postgis_query.xml
index 59f7561d0..51bb7560a 100644
--- a/doc/using_postgis_query.xml
+++ b/doc/using_postgis_query.xml
@@ -152,7 +152,7 @@
 
          <para>Visually, for two overlapping polygonal geometries, this looks like:</para>
 
-          <informaltable frame="none" border="0">
+          <informaltable frame="none">
             <tgroup cols="2">
               <colspec colwidth="80pt" />
 
@@ -324,7 +324,7 @@ FROM city JOIN state ON ST_Intersects(city.geom, state.geom);
         are insufficient to  provide a desired spatial filter condition.
         </para>
 
-        <informaltable frame="none" border="0">
+        <informaltable frame="none">
           <tgroup cols="1">
             <tbody>
               <row>
@@ -353,7 +353,7 @@ FROM city JOIN state ON ST_Intersects(city.geom, state.geom);
           </tgroup>
         </informaltable>
 
-        <informaltable frame="none" border="0">
+        <informaltable frame="none">
           <tgroup cols="1">
             <tbody>
               <row>

-----------------------------------------------------------------------

Summary of changes:
 doc/using_postgis_dataman.xml | 8 ++++----
 doc/using_postgis_query.xml   | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list