]> granicus.if.org Git - postgis/commitdiff
missing para tag
authorRegina Obe <lr@pcorp.us>
Thu, 22 Mar 2012 13:33:00 +0000 (13:33 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 22 Mar 2012 13:33:00 +0000 (13:33 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9526 b70326c6-7e19-0410-871a-916f4a2858ee

doc/using_postgis_dataman.xml

index b71e3ed00b884d24cf39cc96ba174089a6cce798..bc1ea01e3babdf5c5afc1d78d9ab61b2ab780a31 100644 (file)
@@ -814,7 +814,7 @@ In this example we define a column using typmod and another using constraints.</
 SELECT AddGeometryColumn('pois_ny', 'geom_2160', 2160, 'POINT', 2, false);</programlisting>
 <para>If we run in psql</para>
 <programlisting>\d pois_ny;</programlisting>
-<para>We observe they are defined differently -- one is typmod, one is constraint
+<para>We observe they are defined differently -- one is typmod, one is constraint</para>
 <screen>                                  Table "public.pois_ny"
   Column   |         Type          |                       Modifiers