]> granicus.if.org Git - postgis/commitdiff
Put semicolon where it belongs (xmllint)
authorSandro Santilli <strk@keybit.net>
Sat, 10 Mar 2012 13:42:32 +0000 (13:42 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 10 Mar 2012 13:42:32 +0000 (13:42 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9454 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_constructor.xml

index 38c653bcb14a9cc0c187ff44b6fcc069c4e53a49..ae7652346b3c57fe38710c43462b5e5e65ae0dfd 100644 (file)
@@ -1867,8 +1867,8 @@ SELECT ST_SetSRID(ST_Point(-71.1043443253471, 42.3150676015829),4326)::geography
 
         <programlisting>--If your point coordinates are in a different spatial reference from WGS-84 long lat, then you need to transform before casting
 -- This example we convert a point in Pennsylvania State Plane feet to WGS 84 and then geography
-SELECT ST_Transform(ST_SetSRID(ST_Point(3637510, 3014852),2273),4326)::geography</programlisting>
-         </refsection>;
+SELECT ST_Transform(ST_SetSRID(ST_Point(3637510, 3014852),2273),4326)::geography;</programlisting>
+         </refsection>
 
          <!-- Optionally add a "See Also" section -->
          <refsection>