Re: operator @@ is not supported by path; doc says otherwise

2021-12-06 Thread Tom Lane
Anton Voloshin writes: > The documentation for 13 and 14 says in "Geometric Functions and > Operators" https://www.postgresql.org/docs/14/functions-geometry.html: >>> @@ geometric_type → point >>> Computes the center point. Available for box, lseg, path, polygon, circle. >>> @@ box '(2,2),(0,0)' →

operator @@ is not supported by path; doc says otherwise

2021-12-06 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/functions-geometry.html Description: Hello, The documentation for 13 and 14 says in "Geometric Functions and Operators": > @@ geometric_type → point > Computes the center point. Availabl

operator @@ is not supported by path; doc says otherwise

2021-12-06 Thread Anton Voloshin
Hello, The documentation for 13 and 14 says in "Geometric Functions and Operators" https://www.postgresql.org/docs/14/functions-geometry.html: > @@ geometric_type → point > Computes the center point. Available for box, lseg, path, polygon, circle. > @@ box '(2,2),(0,0)' → (1,1) However, apparen