]> granicus.if.org Git - postgis/commitdiff
fix formatting
authorRegina Obe <lr@pcorp.us>
Tue, 4 May 2010 17:18:09 +0000 (17:18 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 4 May 2010 17:18:09 +0000 (17:18 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5612 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_constructor.xml

index ff503b57fcbeabd3c3dfb3cc7782df53a8c7cdf3..5793a819089cf1f68651a1249eac0103717e4835 100644 (file)
                  </refsection>
                  
                 <refsection>
-                               <title>Examples</title>
-                               <programlisting>
+                       <title>Examples</title>
+                       <programlisting>
 --- converting lon lat coords to geography
 ALTER TABLE sometable ADD COLUMN geog geography(POINT,4326);
 UPDATE sometable SET geog = ST_GeogFromText('SRID=4326;POINT(' || lon || ' ' || lat || ')');           
-                               </programlisting>
+                       </programlisting>
                 </refsection>
                  <refsection>
                        <title>See Also</title>