[postgis-devel] Re: [postgis-commits] svn - r2664 - trunk/doc
Mark Leslie
mark at refractions.net
Wed Jul 18 09:00:32 PDT 2007
Thanks for the patch. It's been applied.
Mark
Michael Fuhr wrote:
> On Mon, Jul 16, 2007 at 11:53:54AM -0700, postgis-commits at postgis.refractions.net wrote:
>> Author: mleslie
>> Date: 2007-07-16 11:53:52 -0700 (Mon, 16 Jul 2007)
>> New Revision: 2664
>>
>> Modified:
>> trunk/doc/postgis.xml
>> Log:
>> Added notes about the implicit index operators on the relational functions.
>
> Here's a patch that corrects several typos introduced by this commit.
> Most notably, the plural of "index" is "indexes" or "indices," not
> "indicies." The rest of the documentation has far more occurrences
> of "indexes" (34) than "indices" (4) so I used "indexes."
>
>
>
> ------------------------------------------------------------------------
>
> Index: doc/postgis.xml
> ===================================================================
> --- doc/postgis.xml (revision 2664)
> +++ doc/postgis.xml (working copy)
> @@ -2723,7 +2723,7 @@
>
> <para>Do not call with a GeometryCollection as an argument</para>
>
> - <para>This function call will autowatically include a bounding box comparison that will make use of any indicies that are available on the geometries. To avoid index use, use the function _ST_Intersects.</para>
> + <para>This function call will automatically include a bounding box comparison that will make use of any indexes that are available on the geometries. To avoid index use, use the function _ST_Intersects.</para>
>
> <para>NOTE: this is the "allowable" version that returns
> a boolean, not an integer.</para>
> @@ -2744,7 +2744,7 @@
>
> <para>Do not call with a GeometryCollection as an argument</para>
>
> - <para>This function call will automatically include a bounding box comparison that will make use of any indicies that are available on the geometries. To avoid index use, use the function _ST_Touches.</para>
> + <para>This function call will automatically include a bounding box comparison that will make use of any indexes that are available on the geometries. To avoid index use, use the function _ST_Touches.</para>
>
> <para>NOTE: this is the "allowable" version that returns
> a boolean, not an integer.</para>
> @@ -2766,7 +2766,7 @@
>
> <para>Do not call with a GeometryCollection as an argument</para>
>
> - <para>This function call will automatically include a bounding box comparison that will make use of any indicies that are available on the geometries. To avoid index use, use the function _ST_Crosses.</para>
> + <para>This function call will automatically include a bounding box comparison that will make use of any indexes that are available on the geometries. To avoid index use, use the function _ST_Crosses.</para>
>
> <para>NOTE: this is the "allowable" version that returns
> a boolean, not an integer.</para>
> @@ -2787,7 +2787,7 @@
>
> <para>Do not call with a GeometryCollection as an argument</para>
>
> - <para>This function call will automatically include a bounding box comparison that will make use of any indicies that are available on the geometries. To avoid index use, use the function _ST_Within.</para>
> + <para>This function call will automatically include a bounding box comparison that will make use of any indexes that are available on the geometries. To avoid index use, use the function _ST_Within.</para>
>
> <para>NOTE: this is the "allowable" version that returns
> a boolean, not an integer.</para>
> @@ -2808,7 +2808,7 @@
>
> <para>Do not call with a GeometryCollection as an argument</para>
>
> - <para>This function call will automatically include a bounding box comparison that will make use of any indicies that are available on the geometries. To avoid index use, use the function _ST_Overlaps.</para>
> + <para>This function call will automatically include a bounding box comparison that will make use of any indexes that are available on the geometries. To avoid index use, use the function _ST_Overlaps.</para>
>
> <para>NOTE: this is the "allowable" version that returns
> a boolean, not an integer.</para>
> @@ -2828,7 +2828,7 @@
>
> <para>Do not call with a GeometryCollection as an argument</para>
>
> - <para>This function call will automatically include a bounding box comparison that will make use of any indicies that are available on the geometries. To avoid index use, use the function _ST_Contains.</para>
> + <para>This function call will automatically include a bounding box comparison that will make use of any indexes that are available on the geometries. To avoid index use, use the function _ST_Contains.</para>
>
> <para>NOTE: this is the "allowable" version that returns
> a boolean, not an integer.</para>
> @@ -2845,8 +2845,8 @@
> <para>Returns 1 (TRUE) if no point in Geometry B is outside
> Geometry A</para>
> <para>Refer to http://lin-ear-th-inking.blogspot.com/2007/06/subtleties-of-ogc-covers-spatial.html
> - for an explaination of the need of this function.</para>
> - <para>This function call will automatically include a bounding box comparison that will make use of any indicies that are available on the geometries. To avoid index use, use the function _ST_Covers.</para>
> + for an explanation of the need of this function.</para>
> + <para>This function call will automatically include a bounding box comparison that will make use of any indexes that are available on the geometries. To avoid index use, use the function _ST_Covers.</para>
> </listitem>
> </varlistentry>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-devel
More information about the postgis-devel
mailing list