[SCM] PostGIS branch master updated. 3.6.0rc2-183-g5b11a3ade
git at osgeo.org
git at osgeo.org
Mon Nov 10 15:49:23 PST 2025
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 5b11a3ade7774c51cfc35f0821873cfeeadc6b5d (commit)
from 02bd21e4479d98ebe5fac1b25dabe17f91406cf8 (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 5b11a3ade7774c51cfc35f0821873cfeeadc6b5d
Author: Regina Obe <lr at pcorp.us>
Date: Mon Nov 10 17:56:10 2025 -0500
Update the year for tiger data
References #6013 for PostGIS 3.7.0
diff --git a/extras/tiger_geocoder/tiger_loader_2025.sql b/extras/tiger_geocoder/tiger_loader_2025.sql
index 04fee7926..e3f3632bc 100644
--- a/extras/tiger_geocoder/tiger_loader_2025.sql
+++ b/extras/tiger_geocoder/tiger_loader_2025.sql
@@ -304,7 +304,7 @@ $$ LANGUAGE 'plpgsql';
TRUNCATE TABLE loader_variables;
INSERT INTO loader_variables(tiger_year, website_root , staging_fold, data_schema, staging_schema)
- VALUES('2024', 'https://www2.census.gov/geo/tiger/TIGER2025', '/gisdata', 'tiger_data', 'tiger_staging');
+ VALUES('2025', 'https://www2.census.gov/geo/tiger/TIGER2025', '/gisdata', 'tiger_data', 'tiger_staging');
GRANT SELECT ON TABLE loader_variables TO public;
DO $$
-----------------------------------------------------------------------
Summary of changes:
extras/tiger_geocoder/tiger_loader_2025.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list