[postgis-tickets] r15399 - Add comment to topology schema
Sandro Santilli
strk at kbt.io
Mon May 22 09:36:12 PDT 2017
Author: strk
Date: 2017-05-22 09:36:11 -0700 (Mon, 22 May 2017)
New Revision: 15399
Modified:
trunk/topology/topology.sql.in
Log:
Add comment to topology schema
Modified: trunk/topology/topology.sql.in
===================================================================
--- trunk/topology/topology.sql.in 2017-05-21 03:15:45 UTC (rev 15398)
+++ trunk/topology/topology.sql.in 2017-05-22 16:36:11 UTC (rev 15399)
@@ -192,6 +192,7 @@
CREATE SCHEMA topology;
+COMMENT ON SCHEMA topology IS 'PostGIS Topology schema';
-- Doing everything outside of a transaction helps
-- upgrading in the best case.
More information about the postgis-tickets
mailing list