Re: Bogus documentation for bogus geometric operators - Mailing list pgsql-hackers

From Pavel Borisov
Subject Re: Bogus documentation for bogus geometric operators
Date
Msg-id CALT9ZEGWzCe4CSFh1BcyZegYmxBLBgM-aUUBNizcdnqHxGTqvw@mail.gmail.com
Whole thread Raw
In response to Re: Bogus documentation for bogus geometric operators  (Emre Hasegeli <emre@hasegeli.com>)
Responses Re: Bogus documentation for bogus geometric operators  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> I have only one thing to note: as this patch doesn't disable <^ and >^ operator for boxes the existing state of documentation seem consistent to me:
>
> select '((0,0),(1,1))'::box <<| '((0,1),(1,2))'::box;
> ----------
>  f
>
> select '((0,0),(1,1))'::box <^ '((0,1),(1,2))'::box;
> ----------
>  t
>
> So I've only reverted the changes in the documentation on geometric functions in your patch.

You are right.  We need to keep the documentation for box operators,
but remove the lines for the point operators.

Indeed you are right. PFA v4 with documentation removed for <^ and >^ for point
Thanks!

--
Best regards,
Pavel Borisov

Postgres Professional: http://postgrespro.com
Attachment

pgsql-hackers by date:

Previous
From: Emre Hasegeli
Date:
Subject: Re: Bogus documentation for bogus geometric operators
Next
From: Amit Kapila
Date:
Subject: Re: Some doubious code in pgstat.c