- Original Message -
> From: Tom Lane
> To: Paul Jones
> Cc: "pgsql-general@postgresql.org"
> Sent: Sunday, April 13, 2014 4:25 PM
> Subject: Re: [GENERAL] User defined operator fails to work in EXCLUDE
> constraint
>
> Paul Jones writes:
&
Paul Jones writes:
> I tried to define my own circle operator to use in an EXCLUDE constraint but
> it fails to detect
> insertion of rows that should not be simultaneously be allowed in the table.
> The operator
> compares two circles' radii and works for a simple SELECT. What am I doing
> w
I tried to define my own circle operator to use in an EXCLUDE constraint but it
fails to detect
insertion of rows that should not be simultaneously be allowed in the table.
The operator
compares two circles' radii and works for a simple SELECT. What am I doing
wrong?
Here is the code to repro