# HG changeset patch # User jbe # Date 1581383896 -3600 # Node ID ce0963692318fecedd747e4fc71a9ce47b345f82 # Parent da23ebd9fd4cf21db3acb741163c2561edfa816d Updated version in README.mkd; Clarification in documentation regarding @> where alias for && diff -r da23ebd9fd4c -r ce0963692318 README.html --- a/README.html Tue Feb 11 02:13:28 2020 +0100 +++ b/README.html Tue Feb 11 02:18:16 2020 +0100 @@ -327,9 +327,9 @@

Whether the perimeter of an object is taken into account is undefined and may differ between the left and the right hand side of the operator. The current -implementation returns true only if an object is contained completely within -the other object, not touching its perimeter, paths, outlines, or any singular -points.

+implementation (where not an alias for &&) returns true only if an object is +contained completely within the other object, not touching its perimeter, +paths, outlines, or any singular points.

Distance operator <->

diff -r da23ebd9fd4c -r ce0963692318 README.mkd --- a/README.mkd Tue Feb 11 02:13:28 2020 +0100 +++ b/README.mkd Tue Feb 11 02:18:16 2020 +0100 @@ -1,5 +1,5 @@ -pgLatLon v0.13 documentation -=========================== +pgLatLon v0.14 documentation +============================ pgLatLon is a spatial database extension for the PostgreSQL object-relational database management system providing geographic data types and spatial indexing @@ -312,9 +312,9 @@ Whether the perimeter of an object is taken into account is undefined and may differ between the left and the right hand side of the operator. The current -implementation returns true only if an object is contained completely within -the other object, not touching its perimeter, paths, outlines, or any singular -points. +implementation (where not an alias for `&&`) returns true only if an object is +contained completely within the other object, not touching its perimeter, +paths, outlines, or any singular points. #### Distance operator `<->`