From: Regina Obe Date: Mon, 23 Nov 2009 18:07:37 +0000 (+0000) Subject: #300 - minor casing changes to reference. Incorporate logic to comment types. Types... X-Git-Tag: 1.5.0b1~190 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd991815e0c9603367dc0bc405aa405812e27168;p=postgis #300 - minor casing changes to reference. Incorporate logic to comment types. Types need more description and casting behavior detail. git-svn-id: http://svn.osgeo.org/postgis/trunk@4887 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_type.xml b/doc/reference_type.xml index fc9bc443c..92d3a6700 100644 --- a/doc/reference_type.xml +++ b/doc/reference_type.xml @@ -38,7 +38,7 @@ Casting Behavor This section lists the automatic as well as explicit casts allowed for this data type - + @@ -65,7 +65,7 @@ - GEOMETRY + geometry Planar spatial data type. @@ -82,7 +82,7 @@ - GEOGRAPHY + geography Ellipsoidal spatial data type. diff --git a/doc/xsl/postgis_comments.sql.xsl b/doc/xsl/postgis_comments.sql.xsl index dd49ec3eb..a44549836 100644 --- a/doc/xsl/postgis_comments.sql.xsl +++ b/doc/xsl/postgis_comments.sql.xsl @@ -30,6 +30,12 @@ + + + + COMMENT ON TYPE IS 'postgis type: '; + +