Add comment to topology schema
authorSandro Santilli <strk@kbt.io>
Mon, 22 May 2017 16:36:11 +0000 (16:36 +0000)
committerSandro Santilli <strk@kbt.io>
Mon, 22 May 2017 16:36:11 +0000 (16:36 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15399 b70326c6-7e19-0410-871a-916f4a2858ee

topology/topology.sql.in

index 5dcf9a179a6e22ee8e608458129054c9421383d2..5eb1148aa9ea75670596cf66e3fa60e77b82dcab 100644 (file)
 
 
 CREATE SCHEMA topology;
+COMMENT ON SCHEMA topology IS 'PostGIS Topology schema';
 
 -- Doing everything outside of a transaction helps
 -- upgrading in the best case.