[SCM] PostGIS branch master updated. 3.6.0rc2-124-g598acb624
git at osgeo.org
git at osgeo.org
Tue Oct 7 18:05:15 PDT 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 598acb6241df31b6f77f115b7af796e1226424ab (commit)
from c3325a32c85604bf56f280c41bdf83f619500b4b (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 598acb6241df31b6f77f115b7af796e1226424ab
Author: Regina Obe <lr at pcorp.us>
Date: Tue Oct 7 21:00:44 2025 -0400
Get rid of creation of tiger_data schema
It really shouldn't be part of the extension and is created on initial load.
The user can also overwrite the schema name before load.
References #5998 for PostGIS 3.7.0
diff --git a/extras/tiger_geocoder/tiger_loader_2024.sql b/extras/tiger_geocoder/tiger_loader_2024.sql
index 1c9b87830..5af42e84a 100644
--- a/extras/tiger_geocoder/tiger_loader_2024.sql
+++ b/extras/tiger_geocoder/tiger_loader_2024.sql
@@ -245,12 +245,6 @@ BEGIN
END
$$ LANGUAGE 'plpgsql';
-DO
-$$
-BEGIN
- CREATE SCHEMA IF NOT EXISTS tiger_data;
-END
-$$ LANGUAGE 'plpgsql';
DELETE FROM loader_platform WHERE os IN ('sh', 'windows');
GRANT SELECT ON TABLE loader_platform TO public;
-----------------------------------------------------------------------
Summary of changes:
extras/tiger_geocoder/tiger_loader_2024.sql | 6 ------
1 file changed, 6 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list