From: Sandro Santilli Date: Mon, 22 May 2017 16:36:11 +0000 (+0000) Subject: Add comment to topology schema X-Git-Tag: 2.4.0alpha~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=574cf16f7e15aae2187abbc024309d1f882375a9;p=postgis Add comment to topology schema git-svn-id: http://svn.osgeo.org/postgis/trunk@15399 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/topology/topology.sql.in b/topology/topology.sql.in index 5dcf9a179..5eb1148aa 100644 --- a/topology/topology.sql.in +++ b/topology/topology.sql.in @@ -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.