[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0alpha1-35-gf0926c53a

git at osgeo.org git at osgeo.org
Mon Jun 13 18:01:14 PDT 2022


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  f0926c53a91b2f5800598c0d4542a71d47c1d5d3 (commit)
      from  ec0ff336342f5732fda5e2fc818c225969236dcf (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 f0926c53a91b2f5800598c0d4542a71d47c1d5d3
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Jun 13 21:01:08 2022 -0400

    zcta updated to 520 version

diff --git a/doc/installation.xml b/doc/installation.xml
index ee5b3a481..1058d1427 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -1051,7 +1051,7 @@ SELECT 'debbie', declare_sect, pgbin, wget, unzip_command, psql, path_sep,
 			<listitem><para>As of PostGIS 2.4.1 the Zip code-5 digit tabulation area <varname>zcta5</varname> load step was revised to load current zcta5 data and is part of the  <xref linkend="Loader_Generate_Nation_Script" /> when enabled.
 It is turned off by default because it takes quite a bit of time to load (20 to 60 minutes), takes up quite a bit of disk space, and is not used that often.</para>
 <para>To enable it, do the following:</para>
-<programlisting>UPDATE tiger.loader_lookuptables SET load = true WHERE table_name = 'zcta510';</programlisting>
+<programlisting>UPDATE tiger.loader_lookuptables SET load = true WHERE table_name = 'zcta520';</programlisting>
 <para>
 If present the <xref linkend="Geocode" /> function can use it if a boundary filter is added to limit to just zips in that boundary.
 The <xref linkend="Reverse_Geocode" /> function uses it if the returned address is missing a zip, which often happens with highway reverse geocoding.</para></listitem>

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

Summary of changes:
 doc/installation.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list