]> granicus.if.org Git - postgis/commitdiff
get rid of use of xml tags in arg - messing up formatting of cheat sheet gen
authorRegina Obe <lr@pcorp.us>
Sat, 9 Feb 2013 05:24:05 +0000 (05:24 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 9 Feb 2013 05:24:05 +0000 (05:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11091 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_misc.xml

index 4581fc848f349a453b9d42234e815f2321ceec63..2ce96f375d9dc3b7a904f2ca6e79983280126d43 100644 (file)
@@ -482,8 +482,8 @@ FROM (SELECT ST_Translate(ST_Force_3DZ(ST_LineToCurve(ST_Buffer(ST_MakePoint(x,y
          <refnamediv>
                <refname>Find_SRID</refname>
 
-               <refpurpose>The syntax is find_srid(&lt;db/schema&gt;, &lt;table&gt;,
-                       &lt;column&gt;) and the function returns the integer SRID of the
+               <refpurpose>The syntax is find_srid(a_db_schema, a_table,
+                       a_column) and the function returns the integer SRID of the
                        specified column by searching through the GEOMETRY_COLUMNS table.</refpurpose>
          </refnamediv>