Re: [GENERAL] User defined operator fails to work in EXCLUDE constraint

2014-04-13 Thread Paul Jones
- 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: &

Re: [GENERAL] User defined operator fails to work in EXCLUDE constraint

2014-04-13 Thread Tom Lane
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