pgLatLon

diff README.mkd @ 65:ce0963692318

Updated version in README.mkd; Clarification in documentation regarding @> where alias for &&
author jbe
date Tue Feb 11 02:18:16 2020 +0100 (2020-02-11)
parents e1d42b91d826
children 76b3fd3293fc
line diff
     1.1 --- a/README.mkd	Tue Feb 11 02:13:28 2020 +0100
     1.2 +++ b/README.mkd	Tue Feb 11 02:18:16 2020 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4 -pgLatLon v0.13 documentation
     1.5 -===========================
     1.6 +pgLatLon v0.14 documentation
     1.7 +============================
     1.8  
     1.9  pgLatLon is a spatial database extension for the PostgreSQL object-relational
    1.10  database management system providing geographic data types and spatial indexing
    1.11 @@ -312,9 +312,9 @@
    1.12  
    1.13  Whether the perimeter of an object is taken into account is undefined and may
    1.14  differ between the left and the right hand side of the operator. The current
    1.15 -implementation returns true only if an object is contained completely within
    1.16 -the other object, not touching its perimeter, paths, outlines, or any singular
    1.17 -points.
    1.18 +implementation (where not an alias for `&&`) returns true only if an object is
    1.19 +contained completely within the other object, not touching its perimeter,
    1.20 +paths, outlines, or any singular points.
    1.21  
    1.22  #### Distance operator `<->`
    1.23  

Impressum / About Us