projects
/
postgis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5464f6
)
Add comment to topology schema
author
Sandro Santilli
<strk@kbt.io>
Mon, 22 May 2017 16:36:11 +0000
(16:36 +0000)
committer
Sandro 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
patch
|
blob
|
history
diff --git
a/topology/topology.sql.in
b/topology/topology.sql.in
index 5dcf9a179a6e22ee8e608458129054c9421383d2..5eb1148aa9ea75670596cf66e3fa60e77b82dcab 100644
(file)
--- 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.