[postgis-tickets] [SCM] PostGIS branch master updated. 188651025cd680062ae43a2661b288274bfd2632
git at osgeo.org
git at osgeo.org
Tue Dec 31 12:21:51 PST 2019
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 188651025cd680062ae43a2661b288274bfd2632 (commit)
from 1b1c18320a24d7fc5855e7331b3cb2f7bca7de0b (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 188651025cd680062ae43a2661b288274bfd2632
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Dec 31 12:21:25 2019 -0800
Errata from @blueyed
diff --git a/extensions/postgis/unpackage_raster_if_needed.sql b/extensions/postgis/unpackage_raster_if_needed.sql
index 8b111bc..9d48244 100644
--- a/extensions/postgis/unpackage_raster_if_needed.sql
+++ b/extensions/postgis/unpackage_raster_if_needed.sql
@@ -15,7 +15,7 @@ BEGIN
$unpackage$;
RAISE WARNING 'PostGIS Raster functionality has been unpackaged'
- USING HINT = 'type `SELECT postgis_extensions_upgrade(); to finish the upgrade.'
+ USING HINT = 'type `SELECT postgis_extensions_upgrade();` to finish the upgrade.'
' After upgrading, if you want to drop raster, run: DROP EXTENSION postgis_raster;';
END IF;
END
-----------------------------------------------------------------------
Summary of changes:
extensions/postgis/unpackage_raster_if_needed.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list