From: Sandro Santilli Date: Tue, 27 Mar 2012 17:06:20 +0000 (+0000) Subject: Do not mess with search_path when installing comments (#1723) X-Git-Tag: 2.0.0rc1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9794f8d9adf0335193a8ac2bbe6ae7860c82affd;p=postgis Do not mess with search_path when installing comments (#1723) git-svn-id: http://svn.osgeo.org/postgis/trunk@9556 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/xsl/topology_comments.sql.xsl b/doc/xsl/topology_comments.sql.xsl index 13ced779c..08e8853af 100644 --- a/doc/xsl/topology_comments.sql.xsl +++ b/doc/xsl/topology_comments.sql.xsl @@ -12,7 +12,6 @@ -set search_path=topology,public,pg_catalog; @@ -34,17 +33,17 @@ set search_path=topology,public,pg_catalog; - COMMENT ON TYPE IS 'postgis type: '; +COMMENT ON TYPE topology. IS 'postgis type: '; - COMMENT ON DOMAIN IS 'postgis domain: '; +COMMENT ON DOMAIN topology. IS 'postgis domain: '; -COMMENT ON AGGREGATEFUNCTION ( +COMMENT ON AGGREGATEFUNCTION topology.( topoelement, ) IS ' ';