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

From Emre Hasegeli
Subject Re: Bogus documentation for bogus geometric operators
Date
Msg-id CAE2gYzzu5fozKg_o3Ns0NN2+PrAy3465QJQ18F8giuz2JJcfeA@mail.gmail.com
Whole thread Raw
In response to Re: Bogus documentation for bogus geometric operators  (Pavel Borisov <pashkin.elfe@gmail.com>)
Responses Re: Bogus documentation for bogus geometric operators  (Pavel Borisov <pashkin.elfe@gmail.com>)
List pgsql-hackers
> I've rebased and tested your proposed patch. It seems fine and sensible to me.

Thanks

> I have only one thing to note: as this patch doesn't disable <^ and >^ operator for boxes the existing state of
documentationseem 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.



pgsql-hackers by date:

Previous
From: Ajin Cherian
Date:
Subject: Re: [HACKERS] logical decoding of two-phase transactions
Next
From: Pavel Borisov
Date:
Subject: Re: Bogus documentation for bogus geometric operators