From: Regina Obe Date: Sat, 9 Feb 2013 05:24:05 +0000 (+0000) Subject: get rid of use of xml tags in arg - messing up formatting of cheat sheet gen X-Git-Tag: 2.1.0beta2~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03086c377fc90ef35190ed728899407202bfc1a6;p=postgis get rid of use of xml tags in arg - messing up formatting of cheat sheet gen git-svn-id: http://svn.osgeo.org/postgis/trunk@11091 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_misc.xml b/doc/reference_misc.xml index 4581fc848..2ce96f375 100644 --- a/doc/reference_misc.xml +++ b/doc/reference_misc.xml @@ -482,8 +482,8 @@ FROM (SELECT ST_Translate(ST_Force_3DZ(ST_LineToCurve(ST_Buffer(ST_MakePoint(x,y Find_SRID - The syntax is find_srid(<db/schema>, <table>, - <column>) and the function returns the integer SRID of the + 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.