]> granicus.if.org Git - postgis/commitdiff
minor typo correction
authorRegina Obe <lr@pcorp.us>
Tue, 27 Mar 2012 01:16:40 +0000 (01:16 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 27 Mar 2012 01:16:40 +0000 (01:16 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9549 b70326c6-7e19-0410-871a-916f4a2858ee

doc/using_postgis_dataman.xml

index bc1ea01e3babdf5c5afc1d78d9ab61b2ab780a31..800bf2fdb02bdf1df5ba0b7aa4877188571ace23 100644 (file)
@@ -598,8 +598,8 @@ The GEOMETRY type calculates a meaningless cartesian distance between Reykjavik
          <title>The GEOMETRY_COLUMNS VIEW</title>
 
          <para>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, <varname>GEOMETRY_COLUMNS</varname> 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:</para>
+         In PostGIS 2.0.0, <varname>GEOMETRY_COLUMNS</varname> became a view with the same front-facing structure as prior versions, but reading from database system catalogs
+         Its structure is as follows:</para>
 
          <programlisting>\d geometry_columns</programlisting>
 <screen>             View "public.geometry_columns"