Re: [BUGS] Using nulls with earthdistance operator crashes backend (patch)

2001-08-16 Thread Tom Lane
Mark Stosberg <[EMAIL PROTECTED]> writes: > Here's a patch using "isstrict": Oh, there's just the one function? Sorry for making you go to the work of submitting a patch ;-) ... I thought there'd be more to it. Will apply. regards, tom lane ---(

Re: [BUGS] inherited tables failure

2001-08-16 Thread Tom Lane
[EMAIL PROTECTED] writes: > Long Description > We have two tables inherited one from the other one. If you try to insert from the >parent into the child by an "INSERT INTO" statement then the record is inserted into >the child but into the parent too! Therefore in the parent duplicated rows appe

Re: [BUGS] inherited tables failure

2001-08-16 Thread Stephan Szabo
On Thu, 16 Aug 2001 [EMAIL PROTECTED] wrote: > Laszlo Csite ([EMAIL PROTECTED]) reports a bug with a severity of 1 > The lower the number the more severe it is. > > Short Description > inherited tables failure > > Long Description > We have two tables inherited one from the other one. If you

[BUGS] inherited tables failure

2001-08-16 Thread pgsql-bugs
Laszlo Csite ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description inherited tables failure Long Description We have two tables inherited one from the other one. If you try to insert from the parent into the child by an "INSERT INTO