Re: [GENERAL] Unexpected array_remove results

2015-03-21 Thread Matija Lesar
On 20 March 2015 at 14:58, Tom Lane wrote: > AFAICS, array_remove keeps the existing lower bound number. > Thank you for explanation. This is not specified in http://www.postgresql.org/docs/current/static/functions-array.html#ARRAY-FUNCTIONS-TABLE so I was not sure. Regards, Matija Lesar

Re: [GENERAL] Unexpected array_remove results

2015-03-20 Thread Tom Lane
Matija Lesar writes: > should not in example below array_remove return same results? AFAICS, array_remove keeps the existing lower bound number. I don't see anything particularly wrong with that definition. Even if we didn't care about backwards compatibility, it would require nontrivial effort