From 574cf16f7e15aae2187abbc024309d1f882375a9 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 22 May 2017 16:36:11 +0000 Subject: [PATCH] Add comment to topology schema git-svn-id: http://svn.osgeo.org/postgis/trunk@15399 b70326c6-7e19-0410-871a-916f4a2858ee --- topology/topology.sql.in | 1 + 1 file changed, 1 insertion(+) 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. -- 2.50.1