]> granicus.if.org Git - postgis/commitdiff
correct typo
authorRegina Obe <lr@pcorp.us>
Tue, 22 Sep 2009 21:53:23 +0000 (21:53 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 22 Sep 2009 21:53:23 +0000 (21:53 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4529 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference.xml

index 8db58c73db2054ff82529cc8fbd87b1196238ecf..a053558ca124aca68748d5120eda8287ecea7696 100644 (file)
@@ -1125,7 +1125,7 @@ probed:6 inserted:0 conflicts:6 stale:0
                                <para><xref linkend="ST_BuildArea" />, <xref linkend="ST_BdPolyFromText" /></para>
                        </refsection>
        </refentry>
-       
+
        <refentry id="ST_GeographyFromText">
                  <refnamediv>
                        <refname>ST_GeographyFromText</refname>
@@ -7042,7 +7042,7 @@ CREATE INDEX idx_the_geom_26986_parcels
                                <paramdef><type>geometry </type> <parameter>g1</parameter></paramdef>
                          </funcprototype>
                          <funcprototype>
-                               <funcdef>text <function>ST_AsText</function></funcdef>
+                               <funcdef>text <function>ST_AsBinary</function></funcdef>
                                <paramdef><type>geography </type> <parameter>g1</parameter></paramdef>
                          </funcprototype>
                          <funcprototype>
@@ -7068,7 +7068,7 @@ CREATE INDEX idx_the_geom_26986_parcels
                        <note>
                          <para>ST_AsBinary is the reverse of <xref linkend="ST_GeomFromWKB" /> for geometry.  Use <xref linkend="ST_GeomFromWKB" /> to convert to a postgis geometry from ST_AsBinary representation.</para>
                        </note>
-                       
+
                        <para>Availability: 1.5 geography support was introduced.</para>
 
                        <para><inlinemediaobject>
@@ -7801,7 +7801,7 @@ SELECT ST_GeoHash(ST_SetSRID(ST_MakePoint(-126,48),4326),5);
                        <note>
                          <para>ST_AsText is the reverse of <xref linkend="ST_GeomFromText" />.  Use <xref linkend="ST_GeomFromText" /> to convert to a postgis geometry from ST_AsText representation.</para>
                        </note>
-                       
+
                        <para>Availability: 1.5 - support for geography was introduced.</para>
 
                        <!-- Optionally mention OpenGIS compliancy if appropriate -->