From: Regina Obe Date: Tue, 27 Mar 2012 01:16:40 +0000 (+0000) Subject: minor typo correction X-Git-Tag: 2.0.0rc1~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=faa5e3a19431fd8d445455f3ed33076e812a26a1;p=postgis minor typo correction git-svn-id: http://svn.osgeo.org/postgis/trunk@9549 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/using_postgis_dataman.xml b/doc/using_postgis_dataman.xml index bc1ea01e3..800bf2fdb 100644 --- a/doc/using_postgis_dataman.xml +++ b/doc/using_postgis_dataman.xml @@ -598,8 +598,8 @@ The GEOMETRY type calculates a meaningless cartesian distance between Reykjavik The GEOMETRY_COLUMNS VIEW In versions of PostGIS prior to 2.0.0, geometry_columns was a table that could be directly edited, and sometimes got out of synch with the actual definition of the geometry columns. - In PostGIS 2.0.0, GEOMETRY_COLUMNS became a view with the same front-facing structure as prior versions, but not reading from database system catalogs - It's structure is as follows: + In PostGIS 2.0.0, GEOMETRY_COLUMNS became a view with the same front-facing structure as prior versions, but reading from database system catalogs + Its structure is as follows: \d geometry_columns View "public.geometry_columns"