[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1077-gd83e8056a

git at osgeo.org git at osgeo.org
Thu Jun 29 14:01:10 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  d83e8056a6d01dcf65d61a9c9b5f85b3d7b8ce71 (commit)
      from  d22db49d3887e9cab582d1b1a427254ca98bae16 (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 d83e8056a6d01dcf65d61a9c9b5f85b3d7b8ce71
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jun 29 23:00:16 2023 +0200

    Avoid xref to listitem, unsupported by PDF output
    
    Closes #5418

diff --git a/doc/installation.xml b/doc/installation.xml
index 54f0d0b0b..633e39da5 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -1034,7 +1034,8 @@ ALTER EXTENSION postgis_tiger_geocoder UPDATE;</programlisting>
 ---------+------------+------------------+-------
 	   1 | Devonshire | Pl               | 02109</screen></para>
 			</listitem>
-			<listitem id="tiger_geocoder_loading_data"><para>Create a new record in <varname>tiger.loader_platform</varname> table with the paths of your executables and server. </para>
+			<listitem>
+                <para>Create a new record in <varname>tiger.loader_platform</varname> table with the paths of your executables and server. </para>
 				<para>So for example to create a profile called debbie that follows <code>sh</code> convention. You would do:</para>
 				<programlisting>INSERT INTO tiger.loader_platform(os, declare_sect, pgbin, wget, unzip_command, psql, path_sep,
 		   loader, environ_set_command, county_process_command)
@@ -1153,7 +1154,7 @@ vacuum (analyze, verbose) tiger.zip_state_loc;</programlisting>
 		<programlisting>SELECT loader_generate_nation_script('windows'); </programlisting>
 		<para><emphasis role="bold">For unix/linux</emphasis></para>
 		<programlisting>SELECT loader_generate_nation_script('sh');</programlisting>
-		<para>Refer to <xref linkend="tiger_geocoder_loading_data" /> for instructions on how to run the generate script. This only needs to be done once.</para>
+		<para>Refer to <xref linkend="install_tiger_geocoder_extension" /> for instructions on how to run the generate script. This only needs to be done once.</para>
 		<note><para>You can have a mix of different year state tables and can upgrade each state separately.  Before you upgrade a state you first need to drop the prior year state tables for that state using <xref linkend="Drop_State_Tables_Generate_Script" />.</para></note>
 	</sect2>
 

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

Summary of changes:
 doc/installation.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list